Html Css Color HEX #C803AE Deep Magenta

📋 copy color: '#C803AE'

red 200 ◦ green 3 ◦ blue 174

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

Shades of Deep Magenta #C803AE

Tints of Deep Magenta #C803AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 53.05%
G = 0.8%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C803AE (or 0xC803AE) is known color: Deep Magenta. HEX triplet: C8, 03 and AE. RGB value is (200,3,174). Sum of RGB (Red+Green+Blue) = 200+3+174=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C803AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C803AE is #37FC51. Grayscale: #505050. Windows color (decimal): -3669074 or 11404232. OLE color: 11404232.

HSL color Cylindrical-coordinate representation of color #C803AE: hue angle of 307.92º 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 #C803AE is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 174 -
CMYK 0 0.98 0.13 0.22
HSL 307.92º 0.97% 0.4% -
HSV(B) 307.92º 0.99% 0.78% -
XYZ 31.49 15.4 41.36 -
YUV 81.4 180.27 212.6 -
System Red Green Blue C M Y K H S L
Decimal 200 3 174 0 0.98 0.13 0.22 307.92 0.97 0.4
Hex C8 3 AE 0 62 D 16 134 61 28
Octal 310 3 256 0 142 15 26 464 141 50
Binary 11001000 11 10101110 0 1100010 1101 10110 100110100 1100001 101000

Color Harmonies of #C803AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C803AE

Black with #C803AE

Text Example


Text Example

White with #C803AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C803AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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