Html Css Color HEX #C015B8 Deep Magenta

📋 copy color: '#C015B8'

red 192 ◦ green 21 ◦ blue 184

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

Shades of Deep Magenta #C015B8

Tints of Deep Magenta #C015B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.35%

R = 48.36%
G = 5.29%
B = 46.35%

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

#C015B8 (or 0xC015B8) is known color: Deep Magenta. HEX triplet: C0, 15 and B8. RGB value is (192,21,184). Sum of RGB (Red+Green+Blue) = 192+21+184=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C015B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015B8 is #3FEA47. Grayscale: #5A5A5A. Windows color (decimal): -4188744 or 12064192. OLE color: 12064192.

HSL color Cylindrical-coordinate representation of color #C015B8: hue angle of 302.81º 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 #C015B8 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 184 -
CMYK 0 0.89 0.04 0.25
HSL 302.81º 0.8% 0.42% -
HSV(B) 302.81º 0.89% 0.75% -
XYZ 30.66 15.2 46.67 -
YUV 90.71 180.65 200.25 -
System Red Green Blue C M Y K H S L
Decimal 192 21 184 0 0.89 0.04 0.25 302.81 0.8 0.42
Hex C0 15 B8 0 59 4 19 12F 50 2A
Octal 300 25 270 0 131 4 31 457 120 52
Binary 11000000 10101 10111000 0 1011001 100 11001 100101111 1010000 101010

Color Harmonies of #C015B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015B8

Black with #C015B8

Text Example


Text Example

White with #C015B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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