Html Css Color HEX #C50FDD Deep Magenta

📋 copy color: '#C50FDD'

red 197 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #C50FDD

Tints of Deep Magenta #C50FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.46%

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

R = 45.5%
G = 3.46%
B = 51.04%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C50FDD (or 0xC50FDD) is known color: Deep Magenta. HEX triplet: C5, 0F and DD. RGB value is (197,15,221). Sum of RGB (Red+Green+Blue) = 197+15+221=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #C50FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FDD is #3AF022. Grayscale: #5C5C5C. Windows color (decimal): -3862563 or 14487493. OLE color: 14487493.

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

Color convert

RGB 197 15 221 -
CMYK 0.11 0.93 0 0.13
HSL 293.01º 0.87% 0.46% -
HSV(B) 293.01º 0.93% 0.87% -
XYZ 36.25 17.43 69.86 -
YUV 92.9 200.3 202.25 -
System Red Green Blue C M Y K H S L
Decimal 197 15 221 0.11 0.93 0 0.13 293.01 0.87 0.46
Hex C5 F DD B 5D 0 D 125 57 2E
Octal 305 17 335 13 135 0 15 445 127 56
Binary 11000101 1111 11011101 1011 1011101 0 1101 100100101 1010111 101110

Color Harmonies of #C50FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FDD

Black with #C50FDD

Text Example


Text Example

White with #C50FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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