Html Css Color HEX #CC0991 Medium Violet Red

📋 copy color: '#CC0991'

red 204 ◦ green 9 ◦ blue 145

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

Shades of Medium Violet Red #CC0991

Tints of Medium Violet Red #CC0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 56.98%
G = 2.51%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC0991 (or 0xCC0991) is known color: Medium Violet Red. HEX triplet: CC, 09 and 91. RGB value is (204,9,145). Sum of RGB (Red+Green+Blue) = 204+9+145=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0991 is #33F66E. Grayscale: #525252. Windows color (decimal): -3405423 or 9505228. OLE color: 9505228.

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

Color convert

RGB 204 9 145 -
CMYK 0 0.96 0.29 0.2
HSL 318.15º 0.92% 0.42% -
HSV(B) 318.15º 0.96% 0.8% -
XYZ 30.11 15.08 28.11 -
YUV 82.81 163.1 214.44 -
System Red Green Blue C M Y K H S L
Decimal 204 9 145 0 0.96 0.29 0.2 318.15 0.92 0.42
Hex CC 9 91 0 60 1D 14 13E 5C 2A
Octal 314 11 221 0 140 35 24 476 134 52
Binary 11001100 1001 10010001 0 1100000 11101 10100 100111110 1011100 101010

Color Harmonies of #CC0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0991

Black with #CC0991

Text Example


Text Example

White with #CC0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0991; }

 p { color: rgb(204,9,145); }

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

background-color css

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

 a { background-color: rgb(204,9,145); }

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

border-color css

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

 span { border-color: rgb(204,9,145); }

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