Html Css Color HEX #CC21CA Deep Magenta

📋 copy color: '#CC21CA'

red 204 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #CC21CA

Tints of Deep Magenta #CC21CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 46.47%
G = 7.52%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC21CA (or 0xCC21CA) is known color: Deep Magenta. HEX triplet: CC, 21 and CA. RGB value is (204,33,202). Sum of RGB (Red+Green+Blue) = 204+33+202=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21CA is #33DE35. Grayscale: #666666. Windows color (decimal): -3399222 or 13246924. OLE color: 13246924.

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

Color convert

RGB 204 33 202 -
CMYK 0 0.84 0.01 0.2
HSL 300.7º 0.72% 0.46% -
HSV(B) 300.7º 0.84% 0.8% -
XYZ 36.11 18.19 57.49 -
YUV 103.4 183.65 199.76 -
System Red Green Blue C M Y K H S L
Decimal 204 33 202 0 0.84 0.01 0.2 300.7 0.72 0.46
Hex CC 21 CA 0 54 1 14 12D 48 2E
Octal 314 41 312 0 124 1 24 455 110 56
Binary 11001100 100001 11001010 0 1010100 1 10100 100101101 1001000 101110

Color Harmonies of #CC21CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21CA

Black with #CC21CA

Text Example


Text Example

White with #CC21CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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