Html Css Color HEX #C508AE Deep Magenta

📋 copy color: '#C508AE'

red 197 ◦ green 8 ◦ blue 174

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

Shades of Deep Magenta #C508AE

Tints of Deep Magenta #C508AE

RGB

 RED value IS 197 (77.34% from 255) = 51.98%

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 51.98%
G = 2.11%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C508AE (or 0xC508AE) is known color: Deep Magenta. HEX triplet: C5, 08 and AE. RGB value is (197,8,174). Sum of RGB (Red+Green+Blue) = 197+8+174=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C508AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C508AE is #3AF751. Grayscale: #525252. Windows color (decimal): -3864402 or 11405509. OLE color: 11405509.

HSL color Cylindrical-coordinate representation of color #C508AE: hue angle of 307.3º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C508AE is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 174 -
CMYK 0 0.96 0.12 0.23
HSL 307.3º 0.92% 0.4% -
HSV(B) 307.3º 0.96% 0.77% -
XYZ 30.75 15.1 41.34 -
YUV 83.44 179.12 209 -
System Red Green Blue C M Y K H S L
Decimal 197 8 174 0 0.96 0.12 0.23 307.3 0.92 0.4
Hex C5 8 AE 0 60 C 17 133 5C 28
Octal 305 10 256 0 140 14 27 463 134 50
Binary 11000101 1000 10101110 0 1100000 1100 10111 100110011 1011100 101000

Color Harmonies of #C508AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508AE

Black with #C508AE

Text Example


Text Example

White with #C508AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508AE; }

 p { color: rgb(197,8,174); }

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

background-color css

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

 a { background-color: rgb(197,8,174); }

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

border-color css

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

 span { border-color: rgb(197,8,174); }

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