Html Css Color HEX #C50DDD Deep Magenta

📋 copy color: '#C50DDD'

red 197 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #C50DDD

Tints of Deep Magenta #C50DDD

RGB

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

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

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

R = 45.71%
G = 3.02%
B = 51.28%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C50DDD (or 0xC50DDD) is known color: Deep Magenta. HEX triplet: C5, 0D and DD. RGB value is (197,13,221). Sum of RGB (Red+Green+Blue) = 197+13+221=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C50DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DDD is #3AF222. Grayscale: #5B5B5B. Windows color (decimal): -3863075 or 14486981. OLE color: 14486981.

HSL color Cylindrical-coordinate representation of color #C50DDD: hue angle of 293.08º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50DDD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 13 221 -
CMYK 0.11 0.94 0 0.13
HSL 293.08º 0.89% 0.46% -
HSV(B) 293.08º 0.94% 0.87% -
XYZ 36.22 17.38 69.85 -
YUV 91.73 200.96 203.09 -
System Red Green Blue C M Y K H S L
Decimal 197 13 221 0.11 0.94 0 0.13 293.08 0.89 0.46
Hex C5 D DD B 5E 0 D 125 59 2E
Octal 305 15 335 13 136 0 15 445 131 56
Binary 11000101 1101 11011101 1011 1011110 0 1101 100100101 1011001 101110

Color Harmonies of #C50DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DDD

Black with #C50DDD

Text Example


Text Example

White with #C50DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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