Html Css Color HEX #C805AE Deep Magenta

📋 copy color: '#C805AE'

red 200 ◦ green 5 ◦ blue 174

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

Shades of Deep Magenta #C805AE

Tints of Deep Magenta #C805AE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 52.77%
G = 1.32%
B = 45.91%

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

#C805AE (or 0xC805AE) is known color: Deep Magenta. HEX triplet: C8, 05 and AE. RGB value is (200,5,174). Sum of RGB (Red+Green+Blue) = 200+5+174=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C805AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C805AE is #37FA51. Grayscale: #525252. Windows color (decimal): -3668562 or 11404744. OLE color: 11404744.

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

Color convert

RGB 200 5 174 -
CMYK 0 0.98 0.13 0.22
HSL 308º 0.95% 0.4% -
HSV(B) 308º 0.98% 0.78% -
XYZ 31.51 15.44 41.36 -
YUV 82.57 179.6 211.76 -
System Red Green Blue C M Y K H S L
Decimal 200 5 174 0 0.98 0.13 0.22 308 0.95 0.4
Hex C8 5 AE 0 62 D 16 134 5F 28
Octal 310 5 256 0 142 15 26 464 137 50
Binary 11001000 101 10101110 0 1100010 1101 10110 100110100 1011111 101000

Color Harmonies of #C805AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C805AE

Black with #C805AE

Text Example


Text Example

White with #C805AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C805AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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