Html Css Color HEX #C40ADA Deep Magenta

📋 copy color: '#C40ADA'

red 196 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #C40ADA

Tints of Deep Magenta #C40ADA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.36%

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 46.23%
G = 2.36%
B = 51.42%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C40ADA (or 0xC40ADA) is known color: Deep Magenta. HEX triplet: C4, 0A and DA. RGB value is (196,10,218). Sum of RGB (Red+Green+Blue) = 196+10+218=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #C40ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ADA is #3BF525. Grayscale: #585858. Windows color (decimal): -3929382 or 14289604. OLE color: 14289604.

HSL color Cylindrical-coordinate representation of color #C40ADA: hue angle of 293.65º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40ADA is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 10 218 -
CMYK 0.10 0.95 0 0.15
HSL 293.65º 0.91% 0.45% -
HSV(B) 293.65º 0.95% 0.85% -
XYZ 35.53 17.01 67.74 -
YUV 89.33 200.62 204.09 -
System Red Green Blue C M Y K H S L
Decimal 196 10 218 0.10 0.95 0 0.15 293.65 0.91 0.45
Hex C4 A DA A 5F 0 F 126 5B 2D
Octal 304 12 332 12 137 0 17 446 133 55
Binary 11000100 1010 11011010 1010 1011111 0 1111 100100110 1011011 101101

Color Harmonies of #C40ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ADA

Black with #C40ADA

Text Example


Text Example

White with #C40ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ADA; }

 p { color: rgb(196,10,218); }

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

background-color css

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

 a { background-color: rgb(196,10,218); }

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

border-color css

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

 span { border-color: rgb(196,10,218); }

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