Html Css Color HEX #C513E0 Deep Magenta

📋 copy color: '#C513E0'

red 197 ◦ green 19 ◦ blue 224

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

Shades of Deep Magenta #C513E0

Tints of Deep Magenta #C513E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.91%

R = 44.77%
G = 4.32%
B = 50.91%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C513E0 (or 0xC513E0) is known color: Deep Magenta. HEX triplet: C5, 13 and E0. RGB value is (197,19,224). Sum of RGB (Red+Green+Blue) = 197+19+224=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #C513E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513E0 is #3AEC1F. Grayscale: #5E5E5E. Windows color (decimal): -3861536 or 14685125. OLE color: 14685125.

HSL color Cylindrical-coordinate representation of color #C513E0: hue angle of 292.1º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C513E0 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 19 224 -
CMYK 0.12 0.92 0 0.12
HSL 292.1º 0.84% 0.48% -
HSV(B) 292.1º 0.92% 0.88% -
XYZ 36.71 17.72 72.01 -
YUV 95.59 200.47 200.33 -
System Red Green Blue C M Y K H S L
Decimal 197 19 224 0.12 0.92 0 0.12 292.1 0.84 0.48
Hex C5 13 E0 C 5C 0 C 124 54 30
Octal 305 23 340 14 134 0 14 444 124 60
Binary 11000101 10011 11100000 1100 1011100 0 1100 100100100 1010100 110000

Color Harmonies of #C513E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513E0

Black with #C513E0

Text Example


Text Example

White with #C513E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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