Html Css Color HEX #CC29A5 Medium Violet Red

📋 copy color: '#CC29A5'

red 204 ◦ green 41 ◦ blue 165

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

Shades of Medium Violet Red #CC29A5

Tints of Medium Violet Red #CC29A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.24%

R = 49.76%
G = 10%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC29A5 (or 0xCC29A5) is known color: Medium Violet Red. HEX triplet: CC, 29 and A5. RGB value is (204,41,165). Sum of RGB (Red+Green+Blue) = 204+41+165=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29A5 is #33D65A. Grayscale: #676767. Windows color (decimal): -3397211 or 10824140. OLE color: 10824140.

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

Color convert

RGB 204 41 165 -
CMYK 0 0.80 0.19 0.2
HSL 314.36º 0.67% 0.48% -
HSV(B) 314.36º 0.8% 0.8% -
XYZ 32.49 17.14 37.19 -
YUV 103.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 204 41 165 0 0.80 0.19 0.2 314.36 0.67 0.48
Hex CC 29 A5 0 50 13 14 13A 43 30
Octal 314 51 245 0 120 23 24 472 103 60
Binary 11001100 101001 10100101 0 1010000 10011 10100 100111010 1000011 110000

Color Harmonies of #CC29A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29A5

Black with #CC29A5

Text Example


Text Example

White with #CC29A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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