Html Css Color HEX #CC21BE Deep Magenta

📋 copy color: '#CC21BE'

red 204 ◦ green 33 ◦ blue 190

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

Shades of Deep Magenta #CC21BE

Tints of Deep Magenta #CC21BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 47.78%
G = 7.73%
B = 44.5%

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

#CC21BE (or 0xCC21BE) is known color: Deep Magenta. HEX triplet: CC, 21 and BE. RGB value is (204,33,190). Sum of RGB (Red+Green+Blue) = 204+33+190=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21BE is #33DE41. Grayscale: #656565. Windows color (decimal): -3399234 or 12460492. OLE color: 12460492.

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

Color convert

RGB 204 33 190 -
CMYK 0 0.84 0.07 0.2
HSL 304.91º 0.72% 0.46% -
HSV(B) 304.91º 0.84% 0.8% -
XYZ 34.74 17.64 50.29 -
YUV 102.03 177.65 200.73 -
System Red Green Blue C M Y K H S L
Decimal 204 33 190 0 0.84 0.07 0.2 304.91 0.72 0.46
Hex CC 21 BE 0 54 7 14 131 48 2E
Octal 314 41 276 0 124 7 24 461 110 56
Binary 11001100 100001 10111110 0 1010100 111 10100 100110001 1001000 101110

Color Harmonies of #CC21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21BE

Black with #CC21BE

Text Example


Text Example

White with #CC21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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