Html Css Color HEX #CC29A4 Medium Violet Red

📋 copy color: '#CC29A4'

red 204 ◦ green 41 ◦ blue 164

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

Shades of Medium Violet Red #CC29A4

Tints of Medium Violet Red #CC29A4

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.02%

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 49.88%
G = 10.02%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC29A4 (or 0xCC29A4) is known color: Medium Violet Red. HEX triplet: CC, 29 and A4. RGB value is (204,41,164). Sum of RGB (Red+Green+Blue) = 204+41+164=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29A4 is #33D65B. Grayscale: #676767. Windows color (decimal): -3397212 or 10758604. OLE color: 10758604.

HSL color Cylindrical-coordinate representation of color #CC29A4: hue angle of 314.72º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC29A4 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 41 164 -
CMYK 0 0.80 0.20 0.2
HSL 314.72º 0.67% 0.48% -
HSV(B) 314.72º 0.8% 0.8% -
XYZ 32.4 17.1 36.72 -
YUV 103.76 162 199.5 -
System Red Green Blue C M Y K H S L
Decimal 204 41 164 0 0.80 0.20 0.2 314.72 0.67 0.48
Hex CC 29 A4 0 50 14 14 13B 43 30
Octal 314 51 244 0 120 24 24 473 103 60
Binary 11001100 101001 10100100 0 1010000 10100 10100 100111011 1000011 110000

Color Harmonies of #CC29A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29A4

Black with #CC29A4

Text Example


Text Example

White with #CC29A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29A4; }

 p { color: rgb(204,41,164); }

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

background-color css

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

 a { background-color: rgb(204,41,164); }

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

border-color css

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

 span { border-color: rgb(204,41,164); }

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