Html Css Color HEX #C015DE Deep Magenta

📋 copy color: '#C015DE'

red 192 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #C015DE

Tints of Deep Magenta #C015DE

RGB

 RED value IS 192 (75.39% from 255) = 44.14%

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

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

R = 44.14%
G = 4.83%
B = 51.03%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C015DE (or 0xC015DE) is known color: Deep Magenta. HEX triplet: C0, 15 and DE. RGB value is (192,21,222). Sum of RGB (Red+Green+Blue) = 192+21+222=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #C015DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015DE is #3FEA21. Grayscale: #5E5E5E. Windows color (decimal): -4188706 or 14554560. OLE color: 14554560.

HSL color Cylindrical-coordinate representation of color #C015DE: hue angle of 291.04º 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 #C015DE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 21 222 -
CMYK 0.14 0.91 0 0.13
HSL 291.04º 0.83% 0.48% -
HSV(B) 291.04º 0.91% 0.87% -
XYZ 35.19 17.02 70.54 -
YUV 95.04 199.65 197.16 -
System Red Green Blue C M Y K H S L
Decimal 192 21 222 0.14 0.91 0 0.13 291.04 0.83 0.48
Hex C0 15 DE E 5B 0 D 123 53 30
Octal 300 25 336 16 133 0 15 443 123 60
Binary 11000000 10101 11011110 1110 1011011 0 1101 100100011 1010011 110000

Color Harmonies of #C015DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015DE

Black with #C015DE

Text Example


Text Example

White with #C015DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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