Html Css Color HEX #C503D2 Deep Magenta

📋 copy color: '#C503D2'

red 197 ◦ green 3 ◦ blue 210

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

Shades of Deep Magenta #C503D2

Tints of Deep Magenta #C503D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 51.22%

R = 48.05%
G = 0.73%
B = 51.22%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C503D2 (or 0xC503D2) is known color: Deep Magenta. HEX triplet: C5, 03 and D2. RGB value is (197,3,210). Sum of RGB (Red+Green+Blue) = 197+3+210=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 210 (82.42% from 255 or 51.22% from 410); Max value from RGB is 210 - color contains mainly: blue. Hex color #C503D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503D2 is #3AFC2D. Grayscale: #535353. Windows color (decimal): -3865646 or 13763525. OLE color: 13763525.

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

Color convert

RGB 197 3 210 -
CMYK 0.06 0.99 0 0.18
HSL 296.23º 0.97% 0.42% -
HSV(B) 296.23º 0.99% 0.82% -
XYZ 34.69 16.59 62.35 -
YUV 84.6 198.77 208.17 -
System Red Green Blue C M Y K H S L
Decimal 197 3 210 0.06 0.99 0 0.18 296.23 0.97 0.42
Hex C5 3 D2 6 63 0 12 128 61 2A
Octal 305 3 322 6 143 0 22 450 141 52
Binary 11000101 11 11010010 110 1100011 0 10010 100101000 1100001 101010

Color Harmonies of #C503D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503D2

Black with #C503D2

Text Example


Text Example

White with #C503D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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