Html Css Color HEX #CC0889 Medium Violet Red

📋 copy color: '#CC0889'

red 204 ◦ green 8 ◦ blue 137

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

Shades of Medium Violet Red #CC0889

Tints of Medium Violet Red #CC0889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 58.45%
G = 2.29%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC0889 (or 0xCC0889) is known color: Medium Violet Red. HEX triplet: CC, 08 and 89. RGB value is (204,8,137). Sum of RGB (Red+Green+Blue) = 204+8+137=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0889 is #33F776. Grayscale: #505050. Windows color (decimal): -3405687 or 8980684. OLE color: 8980684.

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

Color convert

RGB 204 8 137 -
CMYK 0 0.96 0.33 0.2
HSL 320.51º 0.92% 0.42% -
HSV(B) 320.51º 0.96% 0.8% -
XYZ 29.5 14.82 24.97 -
YUV 81.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 204 8 137 0 0.96 0.33 0.2 320.51 0.92 0.42
Hex CC 8 89 0 60 21 14 141 5C 2A
Octal 314 10 211 0 140 41 24 501 134 52
Binary 11001100 1000 10001001 0 1100000 100001 10100 101000001 1011100 101010

Color Harmonies of #CC0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0889

Black with #CC0889

Text Example


Text Example

White with #CC0889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0889; }

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

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

background-color css

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

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

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

border-color css

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

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

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