Html Css Color HEX #C503CA Deep Magenta

📋 copy color: '#C503CA'

red 197 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #C503CA

Tints of Deep Magenta #C503CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 49%
G = 0.75%
B = 50.25%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C503CA (or 0xC503CA) is known color: Deep Magenta. HEX triplet: C5, 03 and CA. RGB value is (197,3,202). Sum of RGB (Red+Green+Blue) = 197+3+202=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #C503CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503CA is #3AFC35. Grayscale: #535353. Windows color (decimal): -3865654 or 13239237. OLE color: 13239237.

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

Color convert

RGB 197 3 202 -
CMYK 0.02 0.99 0 0.21
HSL 298.49º 0.97% 0.4% -
HSV(B) 298.49º 0.99% 0.79% -
XYZ 33.72 16.2 57.23 -
YUV 83.69 194.77 208.82 -
System Red Green Blue C M Y K H S L
Decimal 197 3 202 0.02 0.99 0 0.21 298.49 0.97 0.4
Hex C5 3 CA 2 63 0 15 12A 61 28
Octal 305 3 312 2 143 0 25 452 141 50
Binary 11000101 11 11001010 10 1100011 0 10101 100101010 1100001 101000

Color Harmonies of #C503CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503CA

Black with #C503CA

Text Example


Text Example

White with #C503CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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