Html Css Color HEX #CC21BA Deep Magenta

📋 copy color: '#CC21BA'

red 204 ◦ green 33 ◦ blue 186

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

Shades of Deep Magenta #CC21BA

Tints of Deep Magenta #CC21BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 48.23%
G = 7.8%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC21BA (or 0xCC21BA) is known color: Deep Magenta. HEX triplet: CC, 21 and BA. RGB value is (204,33,186). Sum of RGB (Red+Green+Blue) = 204+33+186=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21BA is #33DE45. Grayscale: #656565. Windows color (decimal): -3399238 or 12198348. OLE color: 12198348.

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

Color convert

RGB 204 33 186 -
CMYK 0 0.84 0.09 0.2
HSL 306.32º 0.72% 0.46% -
HSV(B) 306.32º 0.84% 0.8% -
XYZ 34.31 17.47 48.02 -
YUV 101.57 175.65 201.06 -
System Red Green Blue C M Y K H S L
Decimal 204 33 186 0 0.84 0.09 0.2 306.32 0.72 0.46
Hex CC 21 BA 0 54 9 14 132 48 2E
Octal 314 41 272 0 124 11 24 462 110 56
Binary 11001100 100001 10111010 0 1010100 1001 10100 100110010 1001000 101110

Color Harmonies of #CC21BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21BA

Black with #CC21BA

Text Example


Text Example

White with #CC21BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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