Html Css Color HEX #CC0870 Medium Violet Red

📋 copy color: '#CC0870'

red 204 ◦ green 8 ◦ blue 112

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

Shades of Medium Violet Red #CC0870

Tints of Medium Violet Red #CC0870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 62.96%
G = 2.47%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC0870 (or 0xCC0870) is known color: Medium Violet Red. HEX triplet: CC, 08 and 70. RGB value is (204,8,112). Sum of RGB (Red+Green+Blue) = 204+8+112=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0870 is #33F78F. Grayscale: #4E4E4E. Windows color (decimal): -3405712 or 7342284. OLE color: 7342284.

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

Color convert

RGB 204 8 112 -
CMYK 0 0.96 0.45 0.2
HSL 328.16º 0.92% 0.42% -
HSV(B) 328.16º 0.96% 0.8% -
XYZ 27.91 14.18 16.6 -
YUV 78.46 146.93 217.54 -
System Red Green Blue C M Y K H S L
Decimal 204 8 112 0 0.96 0.45 0.2 328.16 0.92 0.42
Hex CC 8 70 0 60 2D 14 148 5C 2A
Octal 314 10 160 0 140 55 24 510 134 52
Binary 11001100 1000 1110000 0 1100000 101101 10100 101001000 1011100 101010

Color Harmonies of #CC0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0870

Black with #CC0870

Text Example


Text Example

White with #CC0870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0870; }

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

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

background-color css

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

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

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

border-color css

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

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

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