Html Css Color HEX #C013BE Deep Magenta

📋 copy color: '#C013BE'

red 192 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #C013BE

Tints of Deep Magenta #C013BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.74%

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 47.88%
G = 4.74%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C013BE (or 0xC013BE) is known color: Deep Magenta. HEX triplet: C0, 13 and BE. RGB value is (192,19,190). Sum of RGB (Red+Green+Blue) = 192+19+190=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C013BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013BE is #3FEC41. Grayscale: #595959. Windows color (decimal): -4189250 or 12456896. OLE color: 12456896.

HSL color Cylindrical-coordinate representation of color #C013BE: hue angle of 300.69º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013BE is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 190 -
CMYK 0 0.90 0.01 0.25
HSL 300.69º 0.82% 0.41% -
HSV(B) 300.69º 0.9% 0.75% -
XYZ 31.27 15.39 50.04 -
YUV 90.22 184.31 200.6 -
System Red Green Blue C M Y K H S L
Decimal 192 19 190 0 0.90 0.01 0.25 300.69 0.82 0.41
Hex C0 13 BE 0 5A 1 19 12D 52 29
Octal 300 23 276 0 132 1 31 455 122 51
Binary 11000000 10011 10111110 0 1011010 1 11001 100101101 1010010 101001

Color Harmonies of #C013BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013BE

Black with #C013BE

Text Example


Text Example

White with #C013BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013BE; }

 p { color: rgb(192,19,190); }

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

background-color css

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

 a { background-color: rgb(192,19,190); }

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

border-color css

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

 span { border-color: rgb(192,19,190); }

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