Html Css Color HEX #CC29A2 Medium Violet Red

📋 copy color: '#CC29A2'

red 204 ◦ green 41 ◦ blue 162

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

Shades of Medium Violet Red #CC29A2

Tints of Medium Violet Red #CC29A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 50.12%
G = 10.07%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC29A2 (or 0xCC29A2) is known color: Medium Violet Red. HEX triplet: CC, 29 and A2. RGB value is (204,41,162). Sum of RGB (Red+Green+Blue) = 204+41+162=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29A2 is #33D65D. Grayscale: #676767. Windows color (decimal): -3397214 or 10627532. OLE color: 10627532.

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

Color convert

RGB 204 41 162 -
CMYK 0 0.80 0.21 0.2
HSL 315.46º 0.67% 0.48% -
HSV(B) 315.46º 0.8% 0.8% -
XYZ 32.22 17.03 35.77 -
YUV 103.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 204 41 162 0 0.80 0.21 0.2 315.46 0.67 0.48
Hex CC 29 A2 0 50 15 14 13B 43 30
Octal 314 51 242 0 120 25 24 473 103 60
Binary 11001100 101001 10100010 0 1010000 10101 10100 100111011 1000011 110000

Color Harmonies of #CC29A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29A2

Black with #CC29A2

Text Example


Text Example

White with #CC29A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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