Html Css Color HEX #C50DDA Deep Magenta

📋 copy color: '#C50DDA'

red 197 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #C50DDA

Tints of Deep Magenta #C50DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 46.03%
G = 3.04%
B = 50.93%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C50DDA (or 0xC50DDA) is known color: Deep Magenta. HEX triplet: C5, 0D and DA. RGB value is (197,13,218). Sum of RGB (Red+Green+Blue) = 197+13+218=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #C50DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DDA is #3AF225. Grayscale: #5A5A5A. Windows color (decimal): -3863078 or 14290373. OLE color: 14290373.

HSL color Cylindrical-coordinate representation of color #C50DDA: hue angle of 293.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50DDA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 13 218 -
CMYK 0.10 0.94 0 0.15
HSL 293.85º 0.89% 0.45% -
HSV(B) 293.85º 0.94% 0.85% -
XYZ 35.82 17.22 67.77 -
YUV 91.39 199.46 203.33 -
System Red Green Blue C M Y K H S L
Decimal 197 13 218 0.10 0.94 0 0.15 293.85 0.89 0.45
Hex C5 D DA A 5E 0 F 126 59 2D
Octal 305 15 332 12 136 0 17 446 131 55
Binary 11000101 1101 11011010 1010 1011110 0 1111 100100110 1011001 101101

Color Harmonies of #C50DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DDA

Black with #C50DDA

Text Example


Text Example

White with #C50DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DDA; }

 p { color: rgb(197,13,218); }

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

background-color css

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

 a { background-color: rgb(197,13,218); }

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

border-color css

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

 span { border-color: rgb(197,13,218); }

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