Html Css Color HEX #CC0878 Medium Violet Red

📋 copy color: '#CC0878'

red 204 ◦ green 8 ◦ blue 120

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

Shades of Medium Violet Red #CC0878

Tints of Medium Violet Red #CC0878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 61.45%
G = 2.41%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC0878 (or 0xCC0878) is known color: Medium Violet Red. HEX triplet: CC, 08 and 78. RGB value is (204,8,120). Sum of RGB (Red+Green+Blue) = 204+8+120=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0878 is #33F787. Grayscale: #4F4F4F. Windows color (decimal): -3405704 or 7866572. OLE color: 7866572.

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

Color convert

RGB 204 8 120 -
CMYK 0 0.96 0.41 0.2
HSL 325.71º 0.92% 0.42% -
HSV(B) 325.71º 0.96% 0.8% -
XYZ 28.38 14.37 19.05 -
YUV 79.37 150.93 216.89 -
System Red Green Blue C M Y K H S L
Decimal 204 8 120 0 0.96 0.41 0.2 325.71 0.92 0.42
Hex CC 8 78 0 60 29 14 146 5C 2A
Octal 314 10 170 0 140 51 24 506 134 52
Binary 11001100 1000 1111000 0 1100000 101001 10100 101000110 1011100 101010

Color Harmonies of #CC0878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0878

Black with #CC0878

Text Example


Text Example

White with #CC0878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0878; }

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

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

background-color css

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

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

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

border-color css

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

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

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