Html Css Color HEX #CC29AC Medium Violet Red

📋 copy color: '#CC29AC'

red 204 ◦ green 41 ◦ blue 172

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

Shades of Medium Violet Red #CC29AC

Tints of Medium Violet Red #CC29AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 48.92%
G = 9.83%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC29AC (or 0xCC29AC) is known color: Medium Violet Red. HEX triplet: CC, 29 and AC. RGB value is (204,41,172). Sum of RGB (Red+Green+Blue) = 204+41+172=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29AC is #33D653. Grayscale: #686868. Windows color (decimal): -3397204 or 11282892. OLE color: 11282892.

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

Color convert

RGB 204 41 172 -
CMYK 0 0.80 0.16 0.2
HSL 311.78º 0.67% 0.48% -
HSV(B) 311.78º 0.8% 0.8% -
XYZ 33.14 17.4 40.64 -
YUV 104.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 204 41 172 0 0.80 0.16 0.2 311.78 0.67 0.48
Hex CC 29 AC 0 50 10 14 138 43 30
Octal 314 51 254 0 120 20 24 470 103 60
Binary 11001100 101001 10101100 0 1010000 10000 10100 100111000 1000011 110000

Color Harmonies of #CC29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29AC

Black with #CC29AC

Text Example


Text Example

White with #CC29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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