Html Css Color HEX #C12398 Medium Violet Red

📋 copy color: '#C12398'

red 193 ◦ green 35 ◦ blue 152

#C12398
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C12398

Tints of Medium Violet Red #C12398

RGB

 RED value IS 193 (75.78% from 255) = 50.79%

 GREEN value IS 35 (14.06% from 255) = 9.21%

 BLUE value IS 152 (59.77% from 255) = 40%

R = 50.79%
G = 9.21%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C12398 (or 0xC12398) is known color: Medium Violet Red. HEX triplet: C1, 23 and 98. RGB value is (193,35,152). Sum of RGB (Red+Green+Blue) = 193+35+152=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C12398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12398 is #3EDC67. Grayscale: #5F5F5F. Windows color (decimal): -4119656 or 9970625. OLE color: 9970625.

HSL color Cylindrical-coordinate representation of color #C12398: hue angle of 315.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12398 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 152 -
CMYK 0 0.82 0.21 0.24
HSL 315.57º 0.69% 0.45% -
HSV(B) 315.57º 0.82% 0.76% -
XYZ 28.26 14.81 31.07 -
YUV 95.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 193 35 152 0 0.82 0.21 0.24 315.57 0.69 0.45
Hex C1 23 98 0 52 15 18 13C 45 2D
Octal 301 43 230 0 122 25 30 474 105 55
Binary 11000001 100011 10011000 0 1010010 10101 11000 100111100 1000101 101101

Color Harmonies of #C12398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12398

Black with #C12398

Text Example


Text Example

White with #C12398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12398; }

 p { color: rgb(193,35,152); }

 H1.HeaderClassName
 {
   color: #C12398;
 }
 .AnyTagClassName
 {
   color: #C12398;
 }
</style>

background-color css

<style>
 a { background-color: #C12398; }

 a { background-color: rgb(193,35,152); }

 div.DivClassName
 {
   background-color: #C12398;
 }
 .BgClassName
 {
   background-color: #C12398;
 }
</style>

border-color css

<style>
 span { border-color: #C12398; }

 span { border-color: rgb(193,35,152); }

 td.TdClassName
 {
   border-color: #C12398;
 }
 .TagClassName
 {
   border-color: #C12398;
 }
</style>