Html Css Color HEX #C42ACE Deep Magenta

📋 copy color: '#C42ACE'

red 196 ◦ green 42 ◦ blue 206

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

Shades of Deep Magenta #C42ACE

Tints of Deep Magenta #C42ACE

RGB

 RED value IS 196 (76.95% from 255) = 44.14%

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

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

R = 44.14%
G = 9.46%
B = 46.4%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C42ACE (or 0xC42ACE) is known color: Deep Magenta. HEX triplet: C4, 2A and CE. RGB value is (196,42,206). Sum of RGB (Red+Green+Blue) = 196+42+206=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #C42ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ACE is #3BD531. Grayscale: #6A6A6A. Windows color (decimal): -3921202 or 13511364. OLE color: 13511364.

HSL color Cylindrical-coordinate representation of color #C42ACE: hue angle of 296.34º 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 #C42ACE is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 42 206 -
CMYK 0.05 0.80 0 0.19
HSL 296.34º 0.66% 0.49% -
HSV(B) 296.34º 0.8% 0.81% -
XYZ 34.73 17.85 60.01 -
YUV 106.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 196 42 206 0.05 0.80 0 0.19 296.34 0.66 0.49
Hex C4 2A CE 5 50 0 13 128 42 31
Octal 304 52 316 5 120 0 23 450 102 61
Binary 11000100 101010 11001110 101 1010000 0 10011 100101000 1000010 110001

Color Harmonies of #C42ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42ACE

Black with #C42ACE

Text Example


Text Example

White with #C42ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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