Html Css Color HEX #C42ACC Deep Magenta

📋 copy color: '#C42ACC'

red 196 ◦ green 42 ◦ blue 204

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

Shades of Deep Magenta #C42ACC

Tints of Deep Magenta #C42ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 44.34%
G = 9.5%
B = 46.15%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C42ACC (or 0xC42ACC) is known color: Deep Magenta. HEX triplet: C4, 2A and CC. RGB value is (196,42,204). Sum of RGB (Red+Green+Blue) = 196+42+204=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #C42ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ACC is #3BD533. Grayscale: #6A6A6A. Windows color (decimal): -3921204 or 13380292. OLE color: 13380292.

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

Color convert

RGB 196 42 204 -
CMYK 0.04 0.79 0 0.2
HSL 297.04º 0.66% 0.48% -
HSV(B) 297.04º 0.79% 0.8% -
XYZ 34.49 17.75 58.74 -
YUV 106.51 183.02 191.83 -
System Red Green Blue C M Y K H S L
Decimal 196 42 204 0.04 0.79 0 0.2 297.04 0.66 0.48
Hex C4 2A CC 4 4F 0 14 129 42 30
Octal 304 52 314 4 117 0 24 451 102 60
Binary 11000100 101010 11001100 100 1001111 0 10100 100101001 1000010 110000

Color Harmonies of #C42ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42ACC

Black with #C42ACC

Text Example


Text Example

White with #C42ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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