Html Css Color HEX #C413DE Deep Magenta

📋 copy color: '#C413DE'

red 196 ◦ green 19 ◦ blue 222

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

Shades of Deep Magenta #C413DE

Tints of Deep Magenta #C413DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 44.85%
G = 4.35%
B = 50.8%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C413DE (or 0xC413DE) is known color: Deep Magenta. HEX triplet: C4, 13 and DE. RGB value is (196,19,222). Sum of RGB (Red+Green+Blue) = 196+19+222=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #C413DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413DE is #3BEC21. Grayscale: #5E5E5E. Windows color (decimal): -3927074 or 14554052. OLE color: 14554052.

HSL color Cylindrical-coordinate representation of color #C413DE: hue angle of 292.32º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C413DE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 19 222 -
CMYK 0.12 0.91 0 0.13
HSL 292.32º 0.84% 0.47% -
HSV(B) 292.32º 0.91% 0.87% -
XYZ 36.18 17.48 70.57 -
YUV 95.07 199.64 199.99 -
System Red Green Blue C M Y K H S L
Decimal 196 19 222 0.12 0.91 0 0.13 292.32 0.84 0.47
Hex C4 13 DE C 5B 0 D 124 54 2F
Octal 304 23 336 14 133 0 15 444 124 57
Binary 11000100 10011 11011110 1100 1011011 0 1101 100100100 1010100 101111

Color Harmonies of #C413DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413DE

Black with #C413DE

Text Example


Text Example

White with #C413DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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