Html Css Color HEX #C413CD Deep Magenta

📋 copy color: '#C413CD'

red 196 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #C413CD

Tints of Deep Magenta #C413CD

RGB

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

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

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

R = 46.67%
G = 4.52%
B = 48.81%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C413CD (or 0xC413CD) is known color: Deep Magenta. HEX triplet: C4, 13 and CD. RGB value is (196,19,205). Sum of RGB (Red+Green+Blue) = 196+19+205=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #C413CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413CD is #3BEC32. Grayscale: #5C5C5C. Windows color (decimal): -3927091 or 13439940. OLE color: 13439940.

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

Color convert

RGB 196 19 205 -
CMYK 0.04 0.91 0 0.20
HSL 297.1º 0.83% 0.44% -
HSV(B) 297.1º 0.91% 0.8% -
XYZ 34.02 16.61 59.17 -
YUV 93.13 191.14 201.38 -
System Red Green Blue C M Y K H S L
Decimal 196 19 205 0.04 0.91 0 0.20 297.1 0.83 0.44
Hex C4 13 CD 4 5B 0 14 129 53 2C
Octal 304 23 315 4 133 0 24 451 123 54
Binary 11000100 10011 11001101 100 1011011 0 10100 100101001 1010011 101100

Color Harmonies of #C413CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413CD

Black with #C413CD

Text Example


Text Example

White with #C413CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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