Html Css Color HEX #CC089A Medium Violet Red

📋 copy color: '#CC089A'

red 204 ◦ green 8 ◦ blue 154

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

Shades of Medium Violet Red #CC089A

Tints of Medium Violet Red #CC089A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 55.74%
G = 2.19%
B = 42.08%

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

#CC089A (or 0xCC089A) is known color: Medium Violet Red. HEX triplet: CC, 08 and 9A. RGB value is (204,8,154). Sum of RGB (Red+Green+Blue) = 204+8+154=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC089A is #33F765. Grayscale: #525252. Windows color (decimal): -3405670 or 10094796. OLE color: 10094796.

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

Color convert

RGB 204 8 154 -
CMYK 0 0.96 0.25 0.2
HSL 315.31º 0.92% 0.42% -
HSV(B) 315.31º 0.96% 0.8% -
XYZ 30.82 15.34 31.91 -
YUV 83.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 204 8 154 0 0.96 0.25 0.2 315.31 0.92 0.42
Hex CC 8 9A 0 60 19 14 13B 5C 2A
Octal 314 10 232 0 140 31 24 473 134 52
Binary 11001100 1000 10011010 0 1100000 11001 10100 100111011 1011100 101010

Color Harmonies of #CC089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC089A

Black with #CC089A

Text Example


Text Example

White with #CC089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC089A; }

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

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

background-color css

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

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

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

border-color css

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

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

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