Html Css Color HEX #C803AD Deep Magenta

📋 copy color: '#C803AD'

red 200 ◦ green 3 ◦ blue 173

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

Shades of Deep Magenta #C803AD

Tints of Deep Magenta #C803AD

RGB

 RED value IS 200 (78.52% from 255) = 53.19%

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

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 53.19%
G = 0.8%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C803AD (or 0xC803AD) is known color: Deep Magenta. HEX triplet: C8, 03 and AD. RGB value is (200,3,173). Sum of RGB (Red+Green+Blue) = 200+3+173=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C803AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C803AD is #37FC52. Grayscale: #505050. Windows color (decimal): -3669075 or 11338696. OLE color: 11338696.

HSL color Cylindrical-coordinate representation of color #C803AD: hue angle of 308.22º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803AD is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 173 -
CMYK 0 0.98 0.14 0.22
HSL 308.22º 0.97% 0.4% -
HSV(B) 308.22º 0.99% 0.78% -
XYZ 31.39 15.36 40.85 -
YUV 81.28 179.77 212.68 -
System Red Green Blue C M Y K H S L
Decimal 200 3 173 0 0.98 0.14 0.22 308.22 0.97 0.4
Hex C8 3 AD 0 62 E 16 134 61 28
Octal 310 3 255 0 142 16 26 464 141 50
Binary 11001000 11 10101101 0 1100010 1110 10110 100110100 1100001 101000

Color Harmonies of #C803AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803AD

Black with #C803AD

Text Example


Text Example

White with #C803AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803AD; }

 p { color: rgb(200,3,173); }

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

background-color css

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

 a { background-color: rgb(200,3,173); }

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

border-color css

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

 span { border-color: rgb(200,3,173); }

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