Html Css Color HEX #C503BF Deep Magenta

📋 copy color: '#C503BF'

red 197 ◦ green 3 ◦ blue 191

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

Shades of Deep Magenta #C503BF

Tints of Deep Magenta #C503BF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

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

R = 50.38%
G = 0.77%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C503BF (or 0xC503BF) is known color: Deep Magenta. HEX triplet: C5, 03 and BF. RGB value is (197,3,191). Sum of RGB (Red+Green+Blue) = 197+3+191=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C503BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503BF is #3AFC40. Grayscale: #515151. Windows color (decimal): -3865665 or 12518341. OLE color: 12518341.

HSL color Cylindrical-coordinate representation of color #C503BF: hue angle of 301.86º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C503BF is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 191 -
CMYK 0 0.98 0.03 0.23
HSL 301.86º 0.97% 0.39% -
HSV(B) 301.86º 0.98% 0.77% -
XYZ 32.46 15.7 50.61 -
YUV 82.44 189.27 209.71 -
System Red Green Blue C M Y K H S L
Decimal 197 3 191 0 0.98 0.03 0.23 301.86 0.97 0.39
Hex C5 3 BF 0 62 3 17 12E 61 27
Octal 305 3 277 0 142 3 27 456 141 47
Binary 11000101 11 10111111 0 1100010 11 10111 100101110 1100001 100111

Color Harmonies of #C503BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503BF

Black with #C503BF

Text Example


Text Example

White with #C503BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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