Html Css Color HEX #CC0C9F Medium Violet Red

📋 copy color: '#CC0C9F'

red 204 ◦ green 12 ◦ blue 159

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

Shades of Medium Violet Red #CC0C9F

Tints of Medium Violet Red #CC0C9F

RGB

 RED value IS 204 (80.08% from 255) = 54.4%

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

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

R = 54.4%
G = 3.2%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC0C9F (or 0xCC0C9F) is known color: Medium Violet Red. HEX triplet: CC, 0C and 9F. RGB value is (204,12,159). Sum of RGB (Red+Green+Blue) = 204+12+159=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0C9F is #33F360. Grayscale: #555555. Windows color (decimal): -3404641 or 10423500. OLE color: 10423500.

HSL color Cylindrical-coordinate representation of color #CC0C9F: hue angle of 314.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C9F is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 12 159 -
CMYK 0 0.94 0.22 0.2
HSL 314.06º 0.89% 0.42% -
HSV(B) 314.06º 0.94% 0.8% -
XYZ 31.29 15.6 34.16 -
YUV 86.17 169.11 212.05 -
System Red Green Blue C M Y K H S L
Decimal 204 12 159 0 0.94 0.22 0.2 314.06 0.89 0.42
Hex CC C 9F 0 5E 16 14 13A 59 2A
Octal 314 14 237 0 136 26 24 472 131 52
Binary 11001100 1100 10011111 0 1011110 10110 10100 100111010 1011001 101010

Color Harmonies of #CC0C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C9F

Black with #CC0C9F

Text Example


Text Example

White with #CC0C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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