Html Css Color HEX #CC0178 Medium Violet Red

📋 copy color: '#CC0178'

red 204 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #CC0178

Tints of Medium Violet Red #CC0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 62.77%
G = 0.31%
B = 36.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC0178 (or 0xCC0178) is known color: Medium Violet Red. HEX triplet: CC, 01 and 78. RGB value is (204,1,120). Sum of RGB (Red+Green+Blue) = 204+1+120=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0178 is #33FE87. Grayscale: #4A4A4A. Windows color (decimal): -3407496 or 7864780. OLE color: 7864780.

HSL color Cylindrical-coordinate representation of color #CC0178: hue angle of 324.83º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0178 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 120 -
CMYK 0 1.00 0.41 0.2
HSL 324.83º 0.99% 0.4% -
HSV(B) 324.83º 1% 0.8% -
XYZ 28.3 14.22 19.02 -
YUV 75.26 153.25 219.82 -
System Red Green Blue C M Y K H S L
Decimal 204 1 120 0 1.00 0.41 0.2 324.83 0.99 0.4
Hex CC 1 78 0 64 29 14 145 63 28
Octal 314 1 170 0 144 51 24 505 143 50
Binary 11001100 1 1111000 0 1100100 101001 10100 101000101 1100011 101000

Color Harmonies of #CC0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0178

Black with #CC0178

Text Example


Text Example

White with #CC0178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0178; }

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

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

background-color css

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

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

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

border-color css

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

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

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