Html Css Color HEX #C00C9F Medium Violet Red

📋 copy color: '#C00C9F'

red 192 ◦ green 12 ◦ blue 159

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

Shades of Medium Violet Red #C00C9F

Tints of Medium Violet Red #C00C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 52.89%
G = 3.31%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C00C9F (or 0xC00C9F) is known color: Medium Violet Red. HEX triplet: C0, 0C and 9F. RGB value is (192,12,159). Sum of RGB (Red+Green+Blue) = 192+12+159=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C00C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00C9F is #3FF360. Grayscale: #525252. Windows color (decimal): -4191073 or 10423488. OLE color: 10423488.

HSL color Cylindrical-coordinate representation of color #C00C9F: hue angle of 311º 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 #C00C9F is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 12 159 -
CMYK 0 0.94 0.17 0.25
HSL 311º 0.88% 0.4% -
HSV(B) 311º 0.94% 0.75% -
XYZ 28.13 13.97 34.02 -
YUV 82.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 192 12 159 0 0.94 0.17 0.25 311 0.88 0.4
Hex C0 C 9F 0 5E 11 19 137 58 28
Octal 300 14 237 0 136 21 31 467 130 50
Binary 11000000 1100 10011111 0 1011110 10001 11001 100110111 1011000 101000

Color Harmonies of #C00C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00C9F

Black with #C00C9F

Text Example


Text Example

White with #C00C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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