Html Css Color HEX #C600AE Deep Magenta

📋 copy color: '#C600AE'

red 198 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #C600AE

Tints of Deep Magenta #C600AE

RGB

 RED value IS 198 (77.73% from 255) = 53.23%

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

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

R = 53.23%
G = 0%
B = 46.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C600AE (or 0xC600AE) is known color: Deep Magenta. HEX triplet: C6, 00 and AE. RGB value is (198,0,174). Sum of RGB (Red+Green+Blue) = 198+0+174=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C600AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C600AE is #39FF51. Grayscale: #4E4E4E. Windows color (decimal): -3800914 or 11403462. OLE color: 11403462.

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

Color convert

RGB 198 0 174 -
CMYK 0 1 0.12 0.22
HSL 307.27º 1% 0.39% -
HSV(B) 307.27º 1% 0.78% -
XYZ 30.93 15.06 41.32 -
YUV 79.04 181.6 212.85 -
System Red Green Blue C M Y K H S L
Decimal 198 0 174 0 1 0.12 0.22 307.27 1 0.39
Hex C6 0 AE 0 64 C 16 133 64 27
Octal 306 0 256 0 144 14 26 463 144 47
Binary 11000110 0 10101110 0 1100100 1100 10110 100110011 1100100 100111

Color Harmonies of #C600AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600AE

Black with #C600AE

Text Example


Text Example

White with #C600AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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