Html Css Color HEX #C00C9E Medium Violet Red

📋 copy color: '#C00C9E'

red 192 ◦ green 12 ◦ blue 158

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

Shades of Medium Violet Red #C00C9E

Tints of Medium Violet Red #C00C9E

RGB

 RED value IS 192 (75.39% from 255) = 53.04%

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 158 (62.11% from 255) = 43.65%

R = 53.04%
G = 3.31%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C00C9E (or 0xC00C9E) is known color: Medium Violet Red. HEX triplet: C0, 0C and 9E. RGB value is (192,12,158). Sum of RGB (Red+Green+Blue) = 192+12+158=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C00C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00C9E is #3FF361. Grayscale: #525252. Windows color (decimal): -4191074 or 10357952. OLE color: 10357952.

HSL color Cylindrical-coordinate representation of color #C00C9E: hue angle of 311.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00C9E is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 12 158 -
CMYK 0 0.94 0.18 0.25
HSL 311.33º 0.88% 0.4% -
HSV(B) 311.33º 0.94% 0.75% -
XYZ 28.04 13.94 33.56 -
YUV 82.46 170.63 206.13 -
System Red Green Blue C M Y K H S L
Decimal 192 12 158 0 0.94 0.18 0.25 311.33 0.88 0.4
Hex C0 C 9E 0 5E 12 19 137 58 28
Octal 300 14 236 0 136 22 31 467 130 50
Binary 11000000 1100 10011110 0 1011110 10010 11001 100110111 1011000 101000

Color Harmonies of #C00C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00C9E

Black with #C00C9E

Text Example


Text Example

White with #C00C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00C9E; }

 p { color: rgb(192,12,158); }

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

background-color css

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

 a { background-color: rgb(192,12,158); }

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

border-color css

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

 span { border-color: rgb(192,12,158); }

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