Html Css Color HEX #C503B2 Deep Magenta

📋 copy color: '#C503B2'

red 197 ◦ green 3 ◦ blue 178

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

Shades of Deep Magenta #C503B2

Tints of Deep Magenta #C503B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.09%

R = 52.12%
G = 0.79%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C503B2 (or 0xC503B2) is known color: Deep Magenta. HEX triplet: C5, 03 and B2. RGB value is (197,3,178). Sum of RGB (Red+Green+Blue) = 197+3+178=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C503B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C503B2 is #3AFC4D. Grayscale: #505050. Windows color (decimal): -3865678 or 11666373. OLE color: 11666373.

HSL color Cylindrical-coordinate representation of color #C503B2: hue angle of 305.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C503B2 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 178 -
CMYK 0 0.98 0.10 0.23
HSL 305.88º 0.97% 0.39% -
HSV(B) 305.88º 0.98% 0.77% -
XYZ 31.09 15.15 43.4 -
YUV 80.96 182.77 210.77 -
System Red Green Blue C M Y K H S L
Decimal 197 3 178 0 0.98 0.10 0.23 305.88 0.97 0.39
Hex C5 3 B2 0 62 A 17 132 61 27
Octal 305 3 262 0 142 12 27 462 141 47
Binary 11000101 11 10110010 0 1100010 1010 10111 100110010 1100001 100111

Color Harmonies of #C503B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C503B2

Black with #C503B2

Text Example


Text Example

White with #C503B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C503B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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