Html Css Color HEX #C503BD Deep Magenta

📋 copy color: '#C503BD'

red 197 ◦ green 3 ◦ blue 189

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

Shades of Deep Magenta #C503BD

Tints of Deep Magenta #C503BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 50.64%
G = 0.77%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C503BD (or 0xC503BD) is known color: Deep Magenta. HEX triplet: C5, 03 and BD. RGB value is (197,3,189). Sum of RGB (Red+Green+Blue) = 197+3+189=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C503BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503BD is #3AFC42. Grayscale: #515151. Windows color (decimal): -3865667 or 12387269. OLE color: 12387269.

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

Color convert

RGB 197 3 189 -
CMYK 0 0.98 0.04 0.23
HSL 302.47º 0.97% 0.39% -
HSV(B) 302.47º 0.98% 0.77% -
XYZ 32.24 15.61 49.46 -
YUV 82.21 188.27 209.88 -
System Red Green Blue C M Y K H S L
Decimal 197 3 189 0 0.98 0.04 0.23 302.47 0.97 0.39
Hex C5 3 BD 0 62 4 17 12E 61 27
Octal 305 3 275 0 142 4 27 456 141 47
Binary 11000101 11 10111101 0 1100010 100 10111 100101110 1100001 100111

Color Harmonies of #C503BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503BD

Black with #C503BD

Text Example


Text Example

White with #C503BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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