Html Css Color HEX #C22ACE Deep Magenta

📋 copy color: '#C22ACE'

red 194 ◦ green 42 ◦ blue 206

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

Shades of Deep Magenta #C22ACE

Tints of Deep Magenta #C22ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.5%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 43.89%
G = 9.5%
B = 46.61%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C22ACE (or 0xC22ACE) is known color: Deep Magenta. HEX triplet: C2, 2A and CE. RGB value is (194,42,206). Sum of RGB (Red+Green+Blue) = 194+42+206=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #C22ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ACE is #3DD531. Grayscale: #696969. Windows color (decimal): -4052274 or 13511362. OLE color: 13511362.

HSL color Cylindrical-coordinate representation of color #C22ACE: hue angle of 295.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22ACE is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 42 206 -
CMYK 0.06 0.80 0 0.19
HSL 295.61º 0.66% 0.49% -
HSV(B) 295.61º 0.8% 0.81% -
XYZ 34.22 17.58 59.98 -
YUV 106.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 194 42 206 0.06 0.80 0 0.19 295.61 0.66 0.49
Hex C2 2A CE 6 50 0 13 128 42 31
Octal 302 52 316 6 120 0 23 450 102 61
Binary 11000010 101010 11001110 110 1010000 0 10011 100101000 1000010 110001

Color Harmonies of #C22ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22ACE

Black with #C22ACE

Text Example


Text Example

White with #C22ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22ACE; }

 p { color: rgb(194,42,206); }

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

background-color css

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

 a { background-color: rgb(194,42,206); }

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

border-color css

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

 span { border-color: rgb(194,42,206); }

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