Html Css Color HEX #C503CB Deep Magenta

📋 copy color: '#C503CB'

red 197 ◦ green 3 ◦ blue 203

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

Shades of Deep Magenta #C503CB

Tints of Deep Magenta #C503CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 48.88%
G = 0.74%
B = 50.37%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C503CB (or 0xC503CB) is known color: Deep Magenta. HEX triplet: C5, 03 and CB. RGB value is (197,3,203). Sum of RGB (Red+Green+Blue) = 197+3+203=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #C503CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503CB is #3AFC34. Grayscale: #535353. Windows color (decimal): -3865653 or 13304773. OLE color: 13304773.

HSL color Cylindrical-coordinate representation of color #C503CB: hue angle of 298.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503CB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 3 203 -
CMYK 0.03 0.99 0 0.20
HSL 298.2º 0.97% 0.4% -
HSV(B) 298.2º 0.99% 0.8% -
XYZ 33.84 16.25 57.85 -
YUV 83.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 197 3 203 0.03 0.99 0 0.20 298.2 0.97 0.4
Hex C5 3 CB 3 63 0 14 12A 61 28
Octal 305 3 313 3 143 0 24 452 141 50
Binary 11000101 11 11001011 11 1100011 0 10100 100101010 1100001 101000

Color Harmonies of #C503CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503CB

Black with #C503CB

Text Example


Text Example

White with #C503CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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