Html Css Color HEX #CC21AF Deep Magenta

📋 copy color: '#CC21AF'

red 204 ◦ green 33 ◦ blue 175

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

Shades of Deep Magenta #CC21AF

Tints of Deep Magenta #CC21AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 49.51%
G = 8.01%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC21AF (or 0xCC21AF) is known color: Deep Magenta. HEX triplet: CC, 21 and AF. RGB value is (204,33,175). Sum of RGB (Red+Green+Blue) = 204+33+175=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC21AF is #33DE50. Grayscale: #636363. Windows color (decimal): -3399249 or 11477452. OLE color: 11477452.

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

Color convert

RGB 204 33 175 -
CMYK 0 0.84 0.14 0.2
HSL 310.18º 0.72% 0.46% -
HSV(B) 310.18º 0.84% 0.8% -
XYZ 33.18 17.02 42.09 -
YUV 100.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 204 33 175 0 0.84 0.14 0.2 310.18 0.72 0.46
Hex CC 21 AF 0 54 E 14 136 48 2E
Octal 314 41 257 0 124 16 24 466 110 56
Binary 11001100 100001 10101111 0 1010100 1110 10100 100110110 1001000 101110

Color Harmonies of #CC21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21AF

Black with #CC21AF

Text Example


Text Example

White with #CC21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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