Html Css Color HEX #CC21BF Deep Magenta

📋 copy color: '#CC21BF'

red 204 ◦ green 33 ◦ blue 191

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

Shades of Deep Magenta #CC21BF

Tints of Deep Magenta #CC21BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 47.66%
G = 7.71%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC21BF (or 0xCC21BF) is known color: Deep Magenta. HEX triplet: CC, 21 and BF. RGB value is (204,33,191). Sum of RGB (Red+Green+Blue) = 204+33+191=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21BF is #33DE40. Grayscale: #656565. Windows color (decimal): -3399233 or 12526028. OLE color: 12526028.

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

Color convert

RGB 204 33 191 -
CMYK 0 0.84 0.06 0.2
HSL 304.56º 0.72% 0.46% -
HSV(B) 304.56º 0.84% 0.8% -
XYZ 34.85 17.69 50.87 -
YUV 102.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 204 33 191 0 0.84 0.06 0.2 304.56 0.72 0.46
Hex CC 21 BF 0 54 6 14 131 48 2E
Octal 314 41 277 0 124 6 24 461 110 56
Binary 11001100 100001 10111111 0 1010100 110 10100 100110001 1001000 101110

Color Harmonies of #CC21BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21BF

Black with #CC21BF

Text Example


Text Example

White with #CC21BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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