Html Css Color HEX #C015C6 Deep Magenta

📋 copy color: '#C015C6'

red 192 ◦ green 21 ◦ blue 198

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

Shades of Deep Magenta #C015C6

Tints of Deep Magenta #C015C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 46.72%
G = 5.11%
B = 48.18%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C015C6 (or 0xC015C6) is known color: Deep Magenta. HEX triplet: C0, 15 and C6. RGB value is (192,21,198). Sum of RGB (Red+Green+Blue) = 192+21+198=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #C015C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015C6 is #3FEA39. Grayscale: #5B5B5B. Windows color (decimal): -4188730 or 12981696. OLE color: 12981696.

HSL color Cylindrical-coordinate representation of color #C015C6: hue angle of 297.97º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C015C6 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 21 198 -
CMYK 0.03 0.89 0 0.22
HSL 297.97º 0.81% 0.43% -
HSV(B) 297.97º 0.89% 0.78% -
XYZ 32.2 15.82 54.78 -
YUV 92.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 192 21 198 0.03 0.89 0 0.22 297.97 0.81 0.43
Hex C0 15 C6 3 59 0 16 12A 51 2B
Octal 300 25 306 3 131 0 26 452 121 53
Binary 11000000 10101 11000110 11 1011001 0 10110 100101010 1010001 101011

Color Harmonies of #C015C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015C6

Black with #C015C6

Text Example


Text Example

White with #C015C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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