Html Css Color HEX #CC099B Medium Violet Red

📋 copy color: '#CC099B'

red 204 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #CC099B

Tints of Medium Violet Red #CC099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 55.43%
G = 2.45%
B = 42.12%

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

#CC099B (or 0xCC099B) is known color: Medium Violet Red. HEX triplet: CC, 09 and 9B. RGB value is (204,9,155). Sum of RGB (Red+Green+Blue) = 204+9+155=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC099B is #33F664. Grayscale: #535353. Windows color (decimal): -3405413 or 10160588. OLE color: 10160588.

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

Color convert

RGB 204 9 155 -
CMYK 0 0.96 0.24 0.2
HSL 315.08º 0.92% 0.42% -
HSV(B) 315.08º 0.96% 0.8% -
XYZ 30.92 15.4 32.35 -
YUV 83.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 204 9 155 0 0.96 0.24 0.2 315.08 0.92 0.42
Hex CC 9 9B 0 60 18 14 13B 5C 2A
Octal 314 11 233 0 140 30 24 473 134 52
Binary 11001100 1001 10011011 0 1100000 11000 10100 100111011 1011100 101010

Color Harmonies of #CC099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC099B

Black with #CC099B

Text Example


Text Example

White with #CC099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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