Html Css Color HEX #C50DBF Deep Magenta

📋 copy color: '#C50DBF'

red 197 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #C50DBF

Tints of Deep Magenta #C50DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 49.13%
G = 3.24%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C50DBF (or 0xC50DBF) is known color: Deep Magenta. HEX triplet: C5, 0D and BF. RGB value is (197,13,191). Sum of RGB (Red+Green+Blue) = 197+13+191=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DBF is #3AF240. Grayscale: #575757. Windows color (decimal): -3863105 or 12520901. OLE color: 12520901.

HSL color Cylindrical-coordinate representation of color #C50DBF: hue angle of 301.96º 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 #C50DBF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 191 -
CMYK 0 0.93 0.03 0.23
HSL 301.96º 0.88% 0.41% -
HSV(B) 301.96º 0.93% 0.77% -
XYZ 32.57 15.92 50.65 -
YUV 88.31 185.96 205.53 -
System Red Green Blue C M Y K H S L
Decimal 197 13 191 0 0.93 0.03 0.23 301.96 0.88 0.41
Hex C5 D BF 0 5D 3 17 12E 58 29
Octal 305 15 277 0 135 3 27 456 130 51
Binary 11000101 1101 10111111 0 1011101 11 10111 100101110 1011000 101001

Color Harmonies of #C50DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DBF

Black with #C50DBF

Text Example


Text Example

White with #C50DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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