Html Css Color HEX #CC099A Medium Violet Red

📋 copy color: '#CC099A'

red 204 ◦ green 9 ◦ blue 154

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

Shades of Medium Violet Red #CC099A

Tints of Medium Violet Red #CC099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 55.59%
G = 2.45%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC099A (or 0xCC099A) is known color: Medium Violet Red. HEX triplet: CC, 09 and 9A. RGB value is (204,9,154). Sum of RGB (Red+Green+Blue) = 204+9+154=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC099A is #33F665. Grayscale: #535353. Windows color (decimal): -3405414 or 10095052. OLE color: 10095052.

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

Color convert

RGB 204 9 154 -
CMYK 0 0.96 0.25 0.2
HSL 315.38º 0.92% 0.42% -
HSV(B) 315.38º 0.96% 0.8% -
XYZ 30.83 15.37 31.91 -
YUV 83.84 167.6 213.71 -
System Red Green Blue C M Y K H S L
Decimal 204 9 154 0 0.96 0.25 0.2 315.38 0.92 0.42
Hex CC 9 9A 0 60 19 14 13B 5C 2A
Octal 314 11 232 0 140 31 24 473 134 52
Binary 11001100 1001 10011010 0 1100000 11001 10100 100111011 1011100 101010

Color Harmonies of #CC099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC099A

Black with #CC099A

Text Example


Text Example

White with #CC099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC099A; }

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

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

background-color css

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

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

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

border-color css

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

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

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