Html Css Color HEX #C50BDF Deep Magenta

📋 copy color: '#C50BDF'

red 197 ◦ green 11 ◦ blue 223

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

Shades of Deep Magenta #C50BDF

Tints of Deep Magenta #C50BDF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 45.71%
G = 2.55%
B = 51.74%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C50BDF (or 0xC50BDF) is known color: Deep Magenta. HEX triplet: C5, 0B and DF. RGB value is (197,11,223). Sum of RGB (Red+Green+Blue) = 197+11+223=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #C50BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BDF is #3AF420. Grayscale: #5A5A5A. Windows color (decimal): -3863585 or 14617541. OLE color: 14617541.

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

Color convert

RGB 197 11 223 -
CMYK 0.12 0.95 0 0.13
HSL 292.64º 0.91% 0.46% -
HSV(B) 292.64º 0.95% 0.87% -
XYZ 36.46 17.44 71.26 -
YUV 90.78 202.62 203.76 -
System Red Green Blue C M Y K H S L
Decimal 197 11 223 0.12 0.95 0 0.13 292.64 0.91 0.46
Hex C5 B DF C 5F 0 D 125 5B 2E
Octal 305 13 337 14 137 0 15 445 133 56
Binary 11000101 1011 11011111 1100 1011111 0 1101 100100101 1011011 101110

Color Harmonies of #C50BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BDF

Black with #C50BDF

Text Example


Text Example

White with #C50BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BDF; }

 p { color: rgb(197,11,223); }

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

background-color css

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

 a { background-color: rgb(197,11,223); }

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

border-color css

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

 span { border-color: rgb(197,11,223); }

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