Html Css Color HEX #C503CE Deep Magenta

📋 copy color: '#C503CE'

red 197 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #C503CE

Tints of Deep Magenta #C503CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 48.52%
G = 0.74%
B = 50.74%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C503CE (or 0xC503CE) is known color: Deep Magenta. HEX triplet: C5, 03 and CE. RGB value is (197,3,206). Sum of RGB (Red+Green+Blue) = 197+3+206=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #C503CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503CE is #3AFC31. Grayscale: #535353. Windows color (decimal): -3865650 or 13501381. OLE color: 13501381.

HSL color Cylindrical-coordinate representation of color #C503CE: hue angle of 297.34º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503CE is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 3 206 -
CMYK 0.04 0.99 0 0.19
HSL 297.34º 0.97% 0.41% -
HSV(B) 297.34º 0.99% 0.81% -
XYZ 34.2 16.39 59.75 -
YUV 84.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 197 3 206 0.04 0.99 0 0.19 297.34 0.97 0.41
Hex C5 3 CE 4 63 0 13 129 61 29
Octal 305 3 316 4 143 0 23 451 141 51
Binary 11000101 11 11001110 100 1100011 0 10011 100101001 1100001 101001

Color Harmonies of #C503CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503CE

Black with #C503CE

Text Example


Text Example

White with #C503CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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