Html Css Color HEX #C800AE Deep Magenta

📋 copy color: '#C800AE'

red 200 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #C800AE

Tints of Deep Magenta #C800AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.48%
G = 0%
B = 46.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C800AE (or 0xC800AE) is known color: Deep Magenta. HEX triplet: C8, 00 and AE. RGB value is (200,0,174). Sum of RGB (Red+Green+Blue) = 200+0+174=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C800AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C800AE is #37FF51. Grayscale: #4F4F4F. Windows color (decimal): -3669842 or 11403464. OLE color: 11403464.

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

Color convert

RGB 200 0 174 -
CMYK 0 1 0.13 0.22
HSL 307.8º 1% 0.39% -
HSV(B) 307.8º 1% 0.78% -
XYZ 31.46 15.34 41.35 -
YUV 79.64 181.26 213.85 -
System Red Green Blue C M Y K H S L
Decimal 200 0 174 0 1 0.13 0.22 307.8 1 0.39
Hex C8 0 AE 0 64 D 16 134 64 27
Octal 310 0 256 0 144 15 26 464 144 47
Binary 11001000 0 10101110 0 1100100 1101 10110 100110100 1100100 100111

Color Harmonies of #C800AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800AE

Black with #C800AE

Text Example


Text Example

White with #C800AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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