Html Css Color HEX #C513BE Deep Magenta

📋 copy color: '#C513BE'

red 197 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #C513BE

Tints of Deep Magenta #C513BE

RGB

 RED value IS 197 (77.34% from 255) = 48.52%

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

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

R = 48.52%
G = 4.68%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C513BE (or 0xC513BE) is known color: Deep Magenta. HEX triplet: C5, 13 and BE. RGB value is (197,19,190). Sum of RGB (Red+Green+Blue) = 197+19+190=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C513BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513BE is #3AEC41. Grayscale: #5B5B5B. Windows color (decimal): -3861570 or 12456901. OLE color: 12456901.

HSL color Cylindrical-coordinate representation of color #C513BE: hue angle of 302.36º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C513BE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 190 -
CMYK 0 0.90 0.04 0.23
HSL 302.36º 0.82% 0.42% -
HSV(B) 302.36º 0.9% 0.77% -
XYZ 32.55 16.05 50.1 -
YUV 91.72 183.47 203.1 -
System Red Green Blue C M Y K H S L
Decimal 197 19 190 0 0.90 0.04 0.23 302.36 0.82 0.42
Hex C5 13 BE 0 5A 4 17 12E 52 2A
Octal 305 23 276 0 132 4 27 456 122 52
Binary 11000101 10011 10111110 0 1011010 100 10111 100101110 1010010 101010

Color Harmonies of #C513BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513BE

Black with #C513BE

Text Example


Text Example

White with #C513BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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