Html Css Color HEX #C503D4 Deep Magenta

📋 copy color: '#C503D4'

red 197 ◦ green 3 ◦ blue 212

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

Shades of Deep Magenta #C503D4

Tints of Deep Magenta #C503D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 51.46%

R = 47.82%
G = 0.73%
B = 51.46%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C503D4 (or 0xC503D4) is known color: Deep Magenta. HEX triplet: C5, 03 and D4. RGB value is (197,3,212). Sum of RGB (Red+Green+Blue) = 197+3+212=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 212 (83.20% from 255 or 51.46% from 412); Max value from RGB is 212 - color contains mainly: blue. Hex color #C503D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503D4 is #3AFC2B. Grayscale: #545454. Windows color (decimal): -3865644 or 13894597. OLE color: 13894597.

HSL color Cylindrical-coordinate representation of color #C503D4: hue angle of 295.69º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503D4 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 3 212 -
CMYK 0.07 0.99 0 0.17
HSL 295.69º 0.97% 0.42% -
HSV(B) 295.69º 0.99% 0.83% -
XYZ 34.94 16.69 63.67 -
YUV 84.83 199.77 208.01 -
System Red Green Blue C M Y K H S L
Decimal 197 3 212 0.07 0.99 0 0.17 295.69 0.97 0.42
Hex C5 3 D4 7 63 0 11 128 61 2A
Octal 305 3 324 7 143 0 21 450 141 52
Binary 11000101 11 11010100 111 1100011 0 10001 100101000 1100001 101010

Color Harmonies of #C503D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503D4

Black with #C503D4

Text Example


Text Example

White with #C503D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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