Html Css Color HEX #CC04A1 Medium Violet Red

📋 copy color: '#CC04A1'

red 204 ◦ green 4 ◦ blue 161

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

Shades of Medium Violet Red #CC04A1

Tints of Medium Violet Red #CC04A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.63%

R = 55.28%
G = 1.08%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC04A1 (or 0xCC04A1) is known color: Medium Violet Red. HEX triplet: CC, 04 and A1. RGB value is (204,4,161). Sum of RGB (Red+Green+Blue) = 204+4+161=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC04A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC04A1 is #33FB5E. Grayscale: #515151. Windows color (decimal): -3406687 or 10552524. OLE color: 10552524.

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

Color convert

RGB 204 4 161 -
CMYK 0 0.98 0.21 0.2
HSL 312.9º 0.96% 0.41% -
HSV(B) 312.9º 0.98% 0.8% -
XYZ 31.38 15.5 35.06 -
YUV 81.7 172.76 215.23 -
System Red Green Blue C M Y K H S L
Decimal 204 4 161 0 0.98 0.21 0.2 312.9 0.96 0.41
Hex CC 4 A1 0 62 15 14 139 60 29
Octal 314 4 241 0 142 25 24 471 140 51
Binary 11001100 100 10100001 0 1100010 10101 10100 100111001 1100000 101001

Color Harmonies of #CC04A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04A1

Black with #CC04A1

Text Example


Text Example

White with #CC04A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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