Html Css Color HEX #CC04A0 Medium Violet Red

📋 copy color: '#CC04A0'

red 204 ◦ green 4 ◦ blue 160

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

Shades of Medium Violet Red #CC04A0

Tints of Medium Violet Red #CC04A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 160 (62.89% from 255) = 43.48%

R = 55.43%
G = 1.09%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC04A0 (or 0xCC04A0) is known color: Medium Violet Red. HEX triplet: CC, 04 and A0. RGB value is (204,4,160). Sum of RGB (Red+Green+Blue) = 204+4+160=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC04A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC04A0 is #33FB5F. Grayscale: #515151. Windows color (decimal): -3406688 or 10486988. OLE color: 10486988.

HSL color Cylindrical-coordinate representation of color #CC04A0: hue angle of 313.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04A0 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 4 160 -
CMYK 0 0.98 0.22 0.2
HSL 313.2º 0.96% 0.41% -
HSV(B) 313.2º 0.98% 0.8% -
XYZ 31.29 15.46 34.59 -
YUV 81.58 172.26 215.32 -
System Red Green Blue C M Y K H S L
Decimal 204 4 160 0 0.98 0.22 0.2 313.2 0.96 0.41
Hex CC 4 A0 0 62 16 14 139 60 29
Octal 314 4 240 0 142 26 24 471 140 51
Binary 11001100 100 10100000 0 1100010 10110 10100 100111001 1100000 101001

Color Harmonies of #CC04A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04A0

Black with #CC04A0

Text Example


Text Example

White with #CC04A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04A0; }

 p { color: rgb(204,4,160); }

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

background-color css

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

 a { background-color: rgb(204,4,160); }

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

border-color css

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

 span { border-color: rgb(204,4,160); }

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