Html Css Color HEX #CC29AB Medium Violet Red

📋 copy color: '#CC29AB'

red 204 ◦ green 41 ◦ blue 171

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

Shades of Medium Violet Red #CC29AB

Tints of Medium Violet Red #CC29AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.11%

R = 49.04%
G = 9.86%
B = 41.11%

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

#CC29AB (or 0xCC29AB) is known color: Medium Violet Red. HEX triplet: CC, 29 and AB. RGB value is (204,41,171). Sum of RGB (Red+Green+Blue) = 204+41+171=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29AB is #33D654. Grayscale: #686868. Windows color (decimal): -3397205 or 11217356. OLE color: 11217356.

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

Color convert

RGB 204 41 171 -
CMYK 0 0.80 0.16 0.2
HSL 312.15º 0.67% 0.48% -
HSV(B) 312.15º 0.8% 0.8% -
XYZ 33.05 17.36 40.14 -
YUV 104.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 204 41 171 0 0.80 0.16 0.2 312.15 0.67 0.48
Hex CC 29 AB 0 50 10 14 138 43 30
Octal 314 51 253 0 120 20 24 470 103 60
Binary 11001100 101001 10101011 0 1010000 10000 10100 100111000 1000011 110000

Color Harmonies of #CC29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29AB

Black with #CC29AB

Text Example


Text Example

White with #CC29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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