Html Css Color HEX #C015DF Deep Magenta

📋 copy color: '#C015DF'

red 192 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #C015DF

Tints of Deep Magenta #C015DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 44.04%
G = 4.82%
B = 51.15%

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

#C015DF (or 0xC015DF) is known color: Deep Magenta. HEX triplet: C0, 15 and DF. RGB value is (192,21,223). Sum of RGB (Red+Green+Blue) = 192+21+223=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #C015DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015DF is #3FEA20. Grayscale: #5E5E5E. Windows color (decimal): -4188705 or 14620096. OLE color: 14620096.

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

Color convert

RGB 192 21 223 -
CMYK 0.14 0.91 0 0.13
HSL 290.79º 0.83% 0.48% -
HSV(B) 290.79º 0.91% 0.87% -
XYZ 35.33 17.07 71.25 -
YUV 95.16 200.15 197.07 -
System Red Green Blue C M Y K H S L
Decimal 192 21 223 0.14 0.91 0 0.13 290.79 0.83 0.48
Hex C0 15 DF E 5B 0 D 123 53 30
Octal 300 25 337 16 133 0 15 443 123 60
Binary 11000000 10101 11011111 1110 1011011 0 1101 100100011 1010011 110000

Color Harmonies of #C015DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015DF

Black with #C015DF

Text Example


Text Example

White with #C015DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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