Html Css Color HEX #C015B9 Deep Magenta

📋 copy color: '#C015B9'

red 192 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #C015B9

Tints of Deep Magenta #C015B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.48%

R = 48.24%
G = 5.28%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C015B9 (or 0xC015B9) is known color: Deep Magenta. HEX triplet: C0, 15 and B9. RGB value is (192,21,185). Sum of RGB (Red+Green+Blue) = 192+21+185=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C015B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015B9 is #3FEA46. Grayscale: #5A5A5A. Windows color (decimal): -4188743 or 12129728. OLE color: 12129728.

HSL color Cylindrical-coordinate representation of color #C015B9: hue angle of 302.46º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C015B9 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 185 -
CMYK 0 0.89 0.04 0.25
HSL 302.46º 0.8% 0.42% -
HSV(B) 302.46º 0.89% 0.75% -
XYZ 30.76 15.25 47.22 -
YUV 90.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 192 21 185 0 0.89 0.04 0.25 302.46 0.8 0.42
Hex C0 15 B9 0 59 4 19 12E 50 2A
Octal 300 25 271 0 131 4 31 456 120 52
Binary 11000000 10101 10111001 0 1011001 100 11001 100101110 1010000 101010

Color Harmonies of #C015B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015B9

Black with #C015B9

Text Example


Text Example

White with #C015B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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