Html Css Color HEX #C50DBC Deep Magenta

📋 copy color: '#C50DBC'

red 197 ◦ green 13 ◦ blue 188

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

Shades of Deep Magenta #C50DBC

Tints of Deep Magenta #C50DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 49.5%
G = 3.27%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C50DBC (or 0xC50DBC) is known color: Deep Magenta. HEX triplet: C5, 0D and BC. RGB value is (197,13,188). Sum of RGB (Red+Green+Blue) = 197+13+188=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DBC is #3AF243. Grayscale: #575757. Windows color (decimal): -3863108 or 12324293. OLE color: 12324293.

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

Color convert

RGB 197 13 188 -
CMYK 0 0.93 0.05 0.23
HSL 302.93º 0.88% 0.41% -
HSV(B) 302.93º 0.93% 0.77% -
XYZ 32.25 15.79 48.92 -
YUV 87.97 184.46 205.77 -
System Red Green Blue C M Y K H S L
Decimal 197 13 188 0 0.93 0.05 0.23 302.93 0.88 0.41
Hex C5 D BC 0 5D 5 17 12F 58 29
Octal 305 15 274 0 135 5 27 457 130 51
Binary 11000101 1101 10111100 0 1011101 101 10111 100101111 1011000 101001

Color Harmonies of #C50DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DBC

Black with #C50DBC

Text Example


Text Example

White with #C50DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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