Html Css Color HEX #C50FDB Deep Magenta

📋 copy color: '#C50FDB'

red 197 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #C50FDB

Tints of Deep Magenta #C50FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 45.71%
G = 3.48%
B = 50.81%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C50FDB (or 0xC50FDB) is known color: Deep Magenta. HEX triplet: C5, 0F and DB. RGB value is (197,15,219). Sum of RGB (Red+Green+Blue) = 197+15+219=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #C50FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FDB is #3AF024. Grayscale: #5C5C5C. Windows color (decimal): -3862565 or 14356421. OLE color: 14356421.

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

Color convert

RGB 197 15 219 -
CMYK 0.10 0.93 0 0.14
HSL 293.53º 0.87% 0.46% -
HSV(B) 293.53º 0.93% 0.86% -
XYZ 35.98 17.33 68.47 -
YUV 92.67 199.3 202.41 -
System Red Green Blue C M Y K H S L
Decimal 197 15 219 0.10 0.93 0 0.14 293.53 0.87 0.46
Hex C5 F DB A 5D 0 E 126 57 2E
Octal 305 17 333 12 135 0 16 446 127 56
Binary 11000101 1111 11011011 1010 1011101 0 1110 100100110 1010111 101110

Color Harmonies of #C50FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FDB

Black with #C50FDB

Text Example


Text Example

White with #C50FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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