Html Css Color HEX #C015CE Deep Magenta

📋 copy color: '#C015CE'

red 192 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #C015CE

Tints of Deep Magenta #C015CE

RGB

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

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

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

R = 45.82%
G = 5.01%
B = 49.16%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C015CE (or 0xC015CE) is known color: Deep Magenta. HEX triplet: C0, 15 and CE. RGB value is (192,21,206). Sum of RGB (Red+Green+Blue) = 192+21+206=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #C015CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015CE is #3FEA31. Grayscale: #5C5C5C. Windows color (decimal): -4188722 or 13505984. OLE color: 13505984.

HSL color Cylindrical-coordinate representation of color #C015CE: hue angle of 295.46º 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 #C015CE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 21 206 -
CMYK 0.07 0.90 0 0.19
HSL 295.46º 0.81% 0.45% -
HSV(B) 295.46º 0.9% 0.81% -
XYZ 33.15 16.2 59.77 -
YUV 93.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 192 21 206 0.07 0.90 0 0.19 295.46 0.81 0.45
Hex C0 15 CE 7 5A 0 13 127 51 2D
Octal 300 25 316 7 132 0 23 447 121 55
Binary 11000000 10101 11001110 111 1011010 0 10011 100100111 1010001 101101

Color Harmonies of #C015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015CE

Black with #C015CE

Text Example


Text Example

White with #C015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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