Html Css Color HEX #C50DC1 Deep Magenta

📋 copy color: '#C50DC1'

red 197 ◦ green 13 ◦ blue 193

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

Shades of Deep Magenta #C50DC1

Tints of Deep Magenta #C50DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.89%

R = 48.88%
G = 3.23%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C50DC1 (or 0xC50DC1) is known color: Deep Magenta. HEX triplet: C5, 0D and C1. RGB value is (197,13,193). Sum of RGB (Red+Green+Blue) = 197+13+193=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DC1 is #3AF23E. Grayscale: #585858. Windows color (decimal): -3863103 or 12651973. OLE color: 12651973.

HSL color Cylindrical-coordinate representation of color #C50DC1: hue angle of 301.3º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50DC1 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 193 -
CMYK 0 0.93 0.02 0.23
HSL 301.3º 0.88% 0.41% -
HSV(B) 301.3º 0.93% 0.77% -
XYZ 32.8 16.01 51.81 -
YUV 88.54 186.96 205.36 -
System Red Green Blue C M Y K H S L
Decimal 197 13 193 0 0.93 0.02 0.23 301.3 0.88 0.41
Hex C5 D C1 0 5D 2 17 12D 58 29
Octal 305 15 301 0 135 2 27 455 130 51
Binary 11000101 1101 11000001 0 1011101 10 10111 100101101 1011000 101001

Color Harmonies of #C50DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DC1

Black with #C50DC1

Text Example


Text Example

White with #C50DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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