Html Css Color HEX #CC29AD Medium Violet Red

📋 copy color: '#CC29AD'

red 204 ◦ green 41 ◦ blue 173

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

Shades of Medium Violet Red #CC29AD

Tints of Medium Violet Red #CC29AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 48.8%
G = 9.81%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC29AD (or 0xCC29AD) is known color: Medium Violet Red. HEX triplet: CC, 29 and AD. RGB value is (204,41,173). Sum of RGB (Red+Green+Blue) = 204+41+173=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29AD is #33D652. Grayscale: #686868. Windows color (decimal): -3397203 or 11348428. OLE color: 11348428.

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

Color convert

RGB 204 41 173 -
CMYK 0 0.80 0.15 0.2
HSL 311.41º 0.67% 0.48% -
HSV(B) 311.41º 0.8% 0.8% -
XYZ 33.24 17.44 41.15 -
YUV 104.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 204 41 173 0 0.80 0.15 0.2 311.41 0.67 0.48
Hex CC 29 AD 0 50 F 14 137 43 30
Octal 314 51 255 0 120 17 24 467 103 60
Binary 11001100 101001 10101101 0 1010000 1111 10100 100110111 1000011 110000

Color Harmonies of #CC29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29AD

Black with #CC29AD

Text Example


Text Example

White with #CC29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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