Html Css Color HEX #C700AE Deep Magenta

📋 copy color: '#C700AE'

red 199 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #C700AE

Tints of Deep Magenta #C700AE

RGB

 RED value IS 199 (78.13% from 255) = 53.35%

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

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

R = 53.35%
G = 0%
B = 46.65%

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

#C700AE (or 0xC700AE) is known color: Deep Magenta. HEX triplet: C7, 00 and AE. RGB value is (199,0,174). Sum of RGB (Red+Green+Blue) = 199+0+174=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C700AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C700AE is #38FF51. Grayscale: #4E4E4E. Windows color (decimal): -3735378 or 11403463. OLE color: 11403463.

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

Color convert

RGB 199 0 174 -
CMYK 0 1 0.13 0.22
HSL 307.54º 1% 0.39% -
HSV(B) 307.54º 1% 0.78% -
XYZ 31.19 15.2 41.33 -
YUV 79.34 181.43 213.35 -
System Red Green Blue C M Y K H S L
Decimal 199 0 174 0 1 0.13 0.22 307.54 1 0.39
Hex C7 0 AE 0 64 D 16 134 64 27
Octal 307 0 256 0 144 15 26 464 144 47
Binary 11000111 0 10101110 0 1100100 1101 10110 100110100 1100100 100111

Color Harmonies of #C700AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700AE

Black with #C700AE

Text Example


Text Example

White with #C700AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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