Html Css Color HEX #C513DF Deep Magenta

📋 copy color: '#C513DF'

red 197 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #C513DF

Tints of Deep Magenta #C513DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 44.87%
G = 4.33%
B = 50.8%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C513DF (or 0xC513DF) is known color: Deep Magenta. HEX triplet: C5, 13 and DF. RGB value is (197,19,223). Sum of RGB (Red+Green+Blue) = 197+19+223=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #C513DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513DF is #3AEC20. Grayscale: #5E5E5E. Windows color (decimal): -3861537 or 14619589. OLE color: 14619589.

HSL color Cylindrical-coordinate representation of color #C513DF: hue angle of 292.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C513DF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 19 223 -
CMYK 0.12 0.91 0 0.13
HSL 292.35º 0.84% 0.47% -
HSV(B) 292.35º 0.91% 0.87% -
XYZ 36.58 17.66 71.29 -
YUV 95.48 199.97 200.41 -
System Red Green Blue C M Y K H S L
Decimal 197 19 223 0.12 0.91 0 0.13 292.35 0.84 0.47
Hex C5 13 DF C 5B 0 D 124 54 2F
Octal 305 23 337 14 133 0 15 444 124 57
Binary 11000101 10011 11011111 1100 1011011 0 1101 100100100 1010100 101111

Color Harmonies of #C513DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513DF

Black with #C513DF

Text Example


Text Example

White with #C513DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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