Html Css Color HEX #C42ACD Deep Magenta

📋 copy color: '#C42ACD'

red 196 ◦ green 42 ◦ blue 205

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

Shades of Deep Magenta #C42ACD

Tints of Deep Magenta #C42ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 44.24%
G = 9.48%
B = 46.28%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C42ACD (or 0xC42ACD) is known color: Deep Magenta. HEX triplet: C4, 2A and CD. RGB value is (196,42,205). Sum of RGB (Red+Green+Blue) = 196+42+205=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #C42ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ACD is #3BD532. Grayscale: #6A6A6A. Windows color (decimal): -3921203 or 13445828. OLE color: 13445828.

HSL color Cylindrical-coordinate representation of color #C42ACD: hue angle of 296.69º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42ACD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 42 205 -
CMYK 0.04 0.80 0 0.20
HSL 296.69º 0.66% 0.48% -
HSV(B) 296.69º 0.8% 0.8% -
XYZ 34.61 17.8 59.37 -
YUV 106.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 196 42 205 0.04 0.80 0 0.20 296.69 0.66 0.48
Hex C4 2A CD 4 50 0 14 129 42 30
Octal 304 52 315 4 120 0 24 451 102 60
Binary 11000100 101010 11001101 100 1010000 0 10100 100101001 1000010 110000

Color Harmonies of #C42ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42ACD

Black with #C42ACD

Text Example


Text Example

White with #C42ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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