Html Css Color HEX #CC099C Medium Violet Red

📋 copy color: '#CC099C'

red 204 ◦ green 9 ◦ blue 156

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

Shades of Medium Violet Red #CC099C

Tints of Medium Violet Red #CC099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 55.28%
G = 2.44%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC099C (or 0xCC099C) is known color: Medium Violet Red. HEX triplet: CC, 09 and 9C. RGB value is (204,9,156). Sum of RGB (Red+Green+Blue) = 204+9+156=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC099C is #33F663. Grayscale: #535353. Windows color (decimal): -3405412 or 10226124. OLE color: 10226124.

HSL color Cylindrical-coordinate representation of color #CC099C: hue angle of 314.77º 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 #CC099C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 9 156 -
CMYK 0 0.96 0.24 0.2
HSL 314.77º 0.92% 0.42% -
HSV(B) 314.77º 0.96% 0.8% -
XYZ 31 15.43 32.8 -
YUV 84.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 204 9 156 0 0.96 0.24 0.2 314.77 0.92 0.42
Hex CC 9 9C 0 60 18 14 13B 5C 2A
Octal 314 11 234 0 140 30 24 473 134 52
Binary 11001100 1001 10011100 0 1100000 11000 10100 100111011 1011100 101010

Color Harmonies of #CC099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC099C

Black with #CC099C

Text Example


Text Example

White with #CC099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC099C; }

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

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

background-color css

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

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

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

border-color css

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

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

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