Html Css Color HEX #CC21C2 Deep Magenta

📋 copy color: '#CC21C2'

red 204 ◦ green 33 ◦ blue 194

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

Shades of Deep Magenta #CC21C2

Tints of Deep Magenta #CC21C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 47.33%
G = 7.66%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC21C2 (or 0xCC21C2) is known color: Deep Magenta. HEX triplet: CC, 21 and C2. RGB value is (204,33,194). Sum of RGB (Red+Green+Blue) = 204+33+194=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21C2 is #33DE3D. Grayscale: #666666. Windows color (decimal): -3399230 or 12722636. OLE color: 12722636.

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

Color convert

RGB 204 33 194 -
CMYK 0 0.84 0.05 0.2
HSL 303.51º 0.72% 0.46% -
HSV(B) 303.51º 0.84% 0.8% -
XYZ 35.18 17.82 52.62 -
YUV 102.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 204 33 194 0 0.84 0.05 0.2 303.51 0.72 0.46
Hex CC 21 C2 0 54 5 14 130 48 2E
Octal 314 41 302 0 124 5 24 460 110 56
Binary 11001100 100001 11000010 0 1010100 101 10100 100110000 1001000 101110

Color Harmonies of #CC21C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21C2

Black with #CC21C2

Text Example


Text Example

White with #CC21C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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