Html Css Color HEX #C513DD Deep Magenta

📋 copy color: '#C513DD'

red 197 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #C513DD

Tints of Deep Magenta #C513DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 45.08%
G = 4.35%
B = 50.57%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C513DD (or 0xC513DD) is known color: Deep Magenta. HEX triplet: C5, 13 and DD. RGB value is (197,19,221). Sum of RGB (Red+Green+Blue) = 197+19+221=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #C513DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513DD is #3AEC22. Grayscale: #5E5E5E. Windows color (decimal): -3861539 or 14488517. OLE color: 14488517.

HSL color Cylindrical-coordinate representation of color #C513DD: hue angle of 292.87º 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 #C513DD is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 19 221 -
CMYK 0.11 0.91 0 0.13
HSL 292.87º 0.84% 0.47% -
HSV(B) 292.87º 0.91% 0.87% -
XYZ 36.31 17.56 69.88 -
YUV 95.25 198.97 200.57 -
System Red Green Blue C M Y K H S L
Decimal 197 19 221 0.11 0.91 0 0.13 292.87 0.84 0.47
Hex C5 13 DD B 5B 0 D 125 54 2F
Octal 305 23 335 13 133 0 15 445 124 57
Binary 11000101 10011 11011101 1011 1011011 0 1101 100100101 1010100 101111

Color Harmonies of #C513DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513DD

Black with #C513DD

Text Example


Text Example

White with #C513DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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