Html Css Color HEX #C415CE Deep Magenta

📋 copy color: '#C415CE'

red 196 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #C415CE

Tints of Deep Magenta #C415CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 46.34%
G = 4.96%
B = 48.7%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C415CE (or 0xC415CE) is known color: Deep Magenta. HEX triplet: C4, 15 and CE. RGB value is (196,21,206). Sum of RGB (Red+Green+Blue) = 196+21+206=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #C415CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415CE is #3BEA31. Grayscale: #5D5D5D. Windows color (decimal): -3926578 or 13505988. OLE color: 13505988.

HSL color Cylindrical-coordinate representation of color #C415CE: hue angle of 296.76º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C415CE is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 21 206 -
CMYK 0.05 0.90 0 0.19
HSL 296.76º 0.81% 0.45% -
HSV(B) 296.76º 0.9% 0.81% -
XYZ 34.17 16.73 59.82 -
YUV 94.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 196 21 206 0.05 0.90 0 0.19 296.76 0.81 0.45
Hex C4 15 CE 5 5A 0 13 129 51 2D
Octal 304 25 316 5 132 0 23 451 121 55
Binary 11000100 10101 11001110 101 1011010 0 10011 100101001 1010001 101101

Color Harmonies of #C415CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415CE

Black with #C415CE

Text Example


Text Example

White with #C415CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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