Html Css Color HEX #C015B6 Deep Magenta

📋 copy color: '#C015B6'

red 192 ◦ green 21 ◦ blue 182

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

Shades of Deep Magenta #C015B6

Tints of Deep Magenta #C015B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 48.61%
G = 5.32%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C015B6 (or 0xC015B6) is known color: Deep Magenta. HEX triplet: C0, 15 and B6. RGB value is (192,21,182). Sum of RGB (Red+Green+Blue) = 192+21+182=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C015B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015B6 is #3FEA49. Grayscale: #5A5A5A. Windows color (decimal): -4188746 or 11933120. OLE color: 11933120.

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

Color convert

RGB 192 21 182 -
CMYK 0 0.89 0.05 0.25
HSL 303.51º 0.8% 0.42% -
HSV(B) 303.51º 0.89% 0.75% -
XYZ 30.45 15.12 45.57 -
YUV 90.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 192 21 182 0 0.89 0.05 0.25 303.51 0.8 0.42
Hex C0 15 B6 0 59 5 19 130 50 2A
Octal 300 25 266 0 131 5 31 460 120 52
Binary 11000000 10101 10110110 0 1011001 101 11001 100110000 1010000 101010

Color Harmonies of #C015B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015B6

Black with #C015B6

Text Example


Text Example

White with #C015B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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