Html Css Color HEX #CC22DA Deep Magenta

📋 copy color: '#CC22DA'

red 204 ◦ green 34 ◦ blue 218

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

Shades of Deep Magenta #CC22DA

Tints of Deep Magenta #CC22DA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.46%

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 44.74%
G = 7.46%
B = 47.81%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC22DA (or 0xCC22DA) is known color: Deep Magenta. HEX triplet: CC, 22 and DA. RGB value is (204,34,218). Sum of RGB (Red+Green+Blue) = 204+34+218=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC22DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC22DA is #33DD25. Grayscale: #696969. Windows color (decimal): -3398950 or 14295756. OLE color: 14295756.

HSL color Cylindrical-coordinate representation of color #CC22DA: hue angle of 295.43º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC22DA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 34 218 -
CMYK 0.06 0.84 0 0.15
HSL 295.43º 0.73% 0.49% -
HSV(B) 295.43º 0.84% 0.85% -
XYZ 38.13 19.04 68 -
YUV 105.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 204 34 218 0.06 0.84 0 0.15 295.43 0.73 0.49
Hex CC 22 DA 6 54 0 F 127 49 31
Octal 314 42 332 6 124 0 17 447 111 61
Binary 11001100 100010 11011010 110 1010100 0 1111 100100111 1001001 110001

Color Harmonies of #CC22DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC22DA

Black with #CC22DA

Text Example


Text Example

White with #CC22DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC22DA; }

 p { color: rgb(204,34,218); }

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

background-color css

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

 a { background-color: rgb(204,34,218); }

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

border-color css

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

 span { border-color: rgb(204,34,218); }

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