Html Css Color HEX #CC29CB Deep Magenta

📋 copy color: '#CC29CB'

red 204 ◦ green 41 ◦ blue 203

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

Shades of Deep Magenta #CC29CB

Tints of Deep Magenta #CC29CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 45.54%
G = 9.15%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC29CB (or 0xCC29CB) is known color: Deep Magenta. HEX triplet: CC, 29 and CB. RGB value is (204,41,203). Sum of RGB (Red+Green+Blue) = 204+41+203=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29CB is #33D634. Grayscale: #6B6B6B. Windows color (decimal): -3397173 or 13314508. OLE color: 13314508.

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

Color convert

RGB 204 41 203 -
CMYK 0 0.80 0.00 0.2
HSL 300.37º 0.67% 0.48% -
HSV(B) 300.37º 0.8% 0.8% -
XYZ 36.47 18.74 58.19 -
YUV 108.21 181.5 196.33 -
System Red Green Blue C M Y K H S L
Decimal 204 41 203 0 0.80 0.00 0.2 300.37 0.67 0.48
Hex CC 29 CB 0 50 0 14 12C 43 30
Octal 314 51 313 0 120 0 24 454 103 60
Binary 11001100 101001 11001011 0 1010000 0 10100 100101100 1000011 110000

Color Harmonies of #CC29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC29CB

Black with #CC29CB

Text Example


Text Example

White with #CC29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC29CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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