Html Css Color HEX #CC21CF Deep Magenta

📋 copy color: '#CC21CF'

red 204 ◦ green 33 ◦ blue 207

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

Shades of Deep Magenta #CC21CF

Tints of Deep Magenta #CC21CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 45.95%
G = 7.43%
B = 46.62%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC21CF (or 0xCC21CF) is known color: Deep Magenta. HEX triplet: CC, 21 and CF. RGB value is (204,33,207). Sum of RGB (Red+Green+Blue) = 204+33+207=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21CF is #33DE30. Grayscale: #676767. Windows color (decimal): -3399217 or 13574604. OLE color: 13574604.

HSL color Cylindrical-coordinate representation of color #CC21CF: hue angle of 298.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21CF is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 33 207 -
CMYK 0.01 0.84 0 0.19
HSL 298.97º 0.73% 0.47% -
HSV(B) 298.97º 0.84% 0.81% -
XYZ 36.71 18.43 60.65 -
YUV 103.97 186.15 199.35 -
System Red Green Blue C M Y K H S L
Decimal 204 33 207 0.01 0.84 0 0.19 298.97 0.73 0.47
Hex CC 21 CF 1 54 0 13 12B 48 2F
Octal 314 41 317 1 124 0 23 453 110 57
Binary 11001100 100001 11001111 1 1010100 0 10011 100101011 1001000 101111

Color Harmonies of #CC21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21CF

Black with #CC21CF

Text Example


Text Example

White with #CC21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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