Html Css Color HEX #C415CD Deep Magenta

📋 copy color: '#C415CD'

red 196 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #C415CD

Tints of Deep Magenta #C415CD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.98%

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

R = 46.45%
G = 4.98%
B = 48.58%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C415CD (or 0xC415CD) is known color: Deep Magenta. HEX triplet: C4, 15 and CD. RGB value is (196,21,205). Sum of RGB (Red+Green+Blue) = 196+21+205=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #C415CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415CD is #3BEA32. Grayscale: #5D5D5D. Windows color (decimal): -3926579 or 13440452. OLE color: 13440452.

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

Color convert

RGB 196 21 205 -
CMYK 0.04 0.90 0 0.20
HSL 297.07º 0.81% 0.44% -
HSV(B) 297.07º 0.9% 0.8% -
XYZ 34.05 16.68 59.18 -
YUV 94.3 190.48 200.54 -
System Red Green Blue C M Y K H S L
Decimal 196 21 205 0.04 0.90 0 0.20 297.07 0.81 0.44
Hex C4 15 CD 4 5A 0 14 129 51 2C
Octal 304 25 315 4 132 0 24 451 121 54
Binary 11000100 10101 11001101 100 1011010 0 10100 100101001 1010001 101100

Color Harmonies of #C415CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415CD

Black with #C415CD

Text Example


Text Example

White with #C415CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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