Html Css Color HEX #C50DDF Deep Magenta

📋 copy color: '#C50DDF'

red 197 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #C50DDF

Tints of Deep Magenta #C50DDF

RGB

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

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

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

R = 45.5%
G = 3%
B = 51.5%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C50DDF (or 0xC50DDF) is known color: Deep Magenta. HEX triplet: C5, 0D and DF. RGB value is (197,13,223). Sum of RGB (Red+Green+Blue) = 197+13+223=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #C50DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DDF is #3AF220. Grayscale: #5B5B5B. Windows color (decimal): -3863073 or 14618053. OLE color: 14618053.

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

Color convert

RGB 197 13 223 -
CMYK 0.12 0.94 0 0.13
HSL 292.57º 0.89% 0.46% -
HSV(B) 292.57º 0.94% 0.87% -
XYZ 36.49 17.49 71.26 -
YUV 91.96 201.96 202.92 -
System Red Green Blue C M Y K H S L
Decimal 197 13 223 0.12 0.94 0 0.13 292.57 0.89 0.46
Hex C5 D DF C 5E 0 D 125 59 2E
Octal 305 15 337 14 136 0 15 445 131 56
Binary 11000101 1101 11011111 1100 1011110 0 1101 100100101 1011001 101110

Color Harmonies of #C50DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DDF

Black with #C50DDF

Text Example


Text Example

White with #C50DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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