Html Css Color HEX #C222DD Deep Magenta

📋 copy color: '#C222DD'

red 194 ◦ green 34 ◦ blue 221

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

Shades of Deep Magenta #C222DD

Tints of Deep Magenta #C222DD

RGB

 RED value IS 194 (76.17% from 255) = 43.21%

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

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

R = 43.21%
G = 7.57%
B = 49.22%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C222DD (or 0xC222DD) is known color: Deep Magenta. HEX triplet: C2, 22 and DD. RGB value is (194,34,221). Sum of RGB (Red+Green+Blue) = 194+34+221=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #C222DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222DD is #3DDD22. Grayscale: #666666. Windows color (decimal): -4054307 or 14492354. OLE color: 14492354.

HSL color Cylindrical-coordinate representation of color #C222DD: hue angle of 291.34º 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 #C222DD is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 34 221 -
CMYK 0.12 0.85 0 0.13
HSL 291.34º 0.73% 0.5% -
HSV(B) 291.34º 0.85% 0.87% -
XYZ 35.87 17.83 69.96 -
YUV 103.16 194.51 192.79 -
System Red Green Blue C M Y K H S L
Decimal 194 34 221 0.12 0.85 0 0.13 291.34 0.73 0.5
Hex C2 22 DD C 55 0 D 123 49 32
Octal 302 42 335 14 125 0 15 443 111 62
Binary 11000010 100010 11011101 1100 1010101 0 1101 100100011 1001001 110010

Color Harmonies of #C222DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C222DD

Black with #C222DD

Text Example


Text Example

White with #C222DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C222DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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