Html Css Color HEX #C015E0 Deep Magenta

📋 copy color: '#C015E0'

red 192 ◦ green 21 ◦ blue 224

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

Shades of Deep Magenta #C015E0

Tints of Deep Magenta #C015E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.26%

R = 43.94%
G = 4.81%
B = 51.26%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C015E0 (or 0xC015E0) is known color: Deep Magenta. HEX triplet: C0, 15 and E0. RGB value is (192,21,224). Sum of RGB (Red+Green+Blue) = 192+21+224=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #C015E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015E0 is #3FEA1F. Grayscale: #5E5E5E. Windows color (decimal): -4188704 or 14685632. OLE color: 14685632.

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

Color convert

RGB 192 21 224 -
CMYK 0.14 0.91 0 0.12
HSL 290.54º 0.83% 0.48% -
HSV(B) 290.54º 0.91% 0.88% -
XYZ 35.46 17.12 71.96 -
YUV 95.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 192 21 224 0.14 0.91 0 0.12 290.54 0.83 0.48
Hex C0 15 E0 E 5B 0 C 123 53 30
Octal 300 25 340 16 133 0 14 443 123 60
Binary 11000000 10101 11100000 1110 1011011 0 1100 100100011 1010011 110000

Color Harmonies of #C015E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015E0

Black with #C015E0

Text Example


Text Example

White with #C015E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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