Html Css Color HEX #C413DA Deep Magenta

📋 copy color: '#C413DA'

red 196 ◦ green 19 ◦ blue 218

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

Shades of Deep Magenta #C413DA

Tints of Deep Magenta #C413DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.39%

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

R = 45.27%
G = 4.39%
B = 50.35%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C413DA (or 0xC413DA) is known color: Deep Magenta. HEX triplet: C4, 13 and DA. RGB value is (196,19,218). Sum of RGB (Red+Green+Blue) = 196+19+218=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #C413DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413DA is #3BEC25. Grayscale: #5D5D5D. Windows color (decimal): -3927078 or 14291908. OLE color: 14291908.

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

Color convert

RGB 196 19 218 -
CMYK 0.10 0.91 0 0.15
HSL 293.37º 0.84% 0.46% -
HSV(B) 293.37º 0.91% 0.85% -
XYZ 35.65 17.26 67.78 -
YUV 94.61 197.64 200.32 -
System Red Green Blue C M Y K H S L
Decimal 196 19 218 0.10 0.91 0 0.15 293.37 0.84 0.46
Hex C4 13 DA A 5B 0 F 125 54 2E
Octal 304 23 332 12 133 0 17 445 124 56
Binary 11000100 10011 11011010 1010 1011011 0 1111 100100101 1010100 101110

Color Harmonies of #C413DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413DA

Black with #C413DA

Text Example


Text Example

White with #C413DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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