Html Css Color HEX #C022DD Deep Magenta

📋 copy color: '#C022DD'

red 192 ◦ green 34 ◦ blue 221

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

Shades of Deep Magenta #C022DD

Tints of Deep Magenta #C022DD

RGB

 RED value IS 192 (75.39% from 255) = 42.95%

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 42.95%
G = 7.61%
B = 49.44%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C022DD (or 0xC022DD) is known color: Deep Magenta. HEX triplet: C0, 22 and DD. RGB value is (192,34,221). Sum of RGB (Red+Green+Blue) = 192+34+221=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #C022DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022DD is #3FDD22. Grayscale: #656565. Windows color (decimal): -4185379 or 14492352. OLE color: 14492352.

HSL color Cylindrical-coordinate representation of color #C022DD: hue angle of 290.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C022DD is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 34 221 -
CMYK 0.13 0.85 0 0.13
HSL 290.7º 0.73% 0.5% -
HSV(B) 290.7º 0.85% 0.87% -
XYZ 35.36 17.57 69.93 -
YUV 102.56 194.85 191.79 -
System Red Green Blue C M Y K H S L
Decimal 192 34 221 0.13 0.85 0 0.13 290.7 0.73 0.5
Hex C0 22 DD D 55 0 D 123 49 32
Octal 300 42 335 15 125 0 15 443 111 62
Binary 11000000 100010 11011101 1101 1010101 0 1101 100100011 1001001 110010

Color Harmonies of #C022DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022DD

Black with #C022DD

Text Example


Text Example

White with #C022DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022DD; }

 p { color: rgb(192,34,221); }

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

background-color css

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

 a { background-color: rgb(192,34,221); }

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

border-color css

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

 span { border-color: rgb(192,34,221); }

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