Html Css Color HEX #CC21BD Deep Magenta

📋 copy color: '#CC21BD'

red 204 ◦ green 33 ◦ blue 189

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

Shades of Deep Magenta #CC21BD

Tints of Deep Magenta #CC21BD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.75%

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 47.89%
G = 7.75%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC21BD (or 0xCC21BD) is known color: Deep Magenta. HEX triplet: CC, 21 and BD. RGB value is (204,33,189). Sum of RGB (Red+Green+Blue) = 204+33+189=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21BD is #33DE42. Grayscale: #656565. Windows color (decimal): -3399235 or 12394956. OLE color: 12394956.

HSL color Cylindrical-coordinate representation of color #CC21BD: hue angle of 305.26º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21BD is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 189 -
CMYK 0 0.84 0.07 0.2
HSL 305.26º 0.72% 0.46% -
HSV(B) 305.26º 0.84% 0.8% -
XYZ 34.63 17.6 49.72 -
YUV 101.91 177.15 200.82 -
System Red Green Blue C M Y K H S L
Decimal 204 33 189 0 0.84 0.07 0.2 305.26 0.72 0.46
Hex CC 21 BD 0 54 7 14 131 48 2E
Octal 314 41 275 0 124 7 24 461 110 56
Binary 11001100 100001 10111101 0 1010100 111 10100 100110001 1001000 101110

Color Harmonies of #CC21BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21BD

Black with #CC21BD

Text Example


Text Example

White with #CC21BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21BD; }

 p { color: rgb(204,33,189); }

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

background-color css

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

 a { background-color: rgb(204,33,189); }

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

border-color css

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

 span { border-color: rgb(204,33,189); }

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