Html Css Color HEX #C415DE Deep Magenta

📋 copy color: '#C415DE'

red 196 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #C415DE

Tints of Deep Magenta #C415DE

RGB

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

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

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

R = 44.65%
G = 4.78%
B = 50.57%

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

#C415DE (or 0xC415DE) is known color: Deep Magenta. HEX triplet: C4, 15 and DE. RGB value is (196,21,222). Sum of RGB (Red+Green+Blue) = 196+21+222=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #C415DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415DE is #3BEA21. Grayscale: #5F5F5F. Windows color (decimal): -3926562 or 14554564. OLE color: 14554564.

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

Color convert

RGB 196 21 222 -
CMYK 0.12 0.91 0 0.13
HSL 292.24º 0.83% 0.48% -
HSV(B) 292.24º 0.91% 0.87% -
XYZ 36.22 17.55 70.59 -
YUV 96.24 198.98 199.16 -
System Red Green Blue C M Y K H S L
Decimal 196 21 222 0.12 0.91 0 0.13 292.24 0.83 0.48
Hex C4 15 DE C 5B 0 D 124 53 30
Octal 304 25 336 14 133 0 15 444 123 60
Binary 11000100 10101 11011110 1100 1011011 0 1101 100100100 1010011 110000

Color Harmonies of #C415DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415DE

Black with #C415DE

Text Example


Text Example

White with #C415DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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