Html Css Color HEX #C508A8 Deep Magenta

📋 copy color: '#C508A8'

red 197 ◦ green 8 ◦ blue 168

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

Shades of Deep Magenta #C508A8

Tints of Deep Magenta #C508A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 52.82%
G = 2.14%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C508A8 (or 0xC508A8) is known color: Deep Magenta. HEX triplet: C5, 08 and A8. RGB value is (197,8,168). Sum of RGB (Red+Green+Blue) = 197+8+168=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C508A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C508A8 is #3AF757. Grayscale: #525252. Windows color (decimal): -3864408 or 11012293. OLE color: 11012293.

HSL color Cylindrical-coordinate representation of color #C508A8: hue angle of 309.21º 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 #C508A8 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 168 -
CMYK 0 0.96 0.15 0.23
HSL 309.21º 0.92% 0.4% -
HSV(B) 309.21º 0.96% 0.77% -
XYZ 30.18 14.87 38.33 -
YUV 82.75 176.12 209.49 -
System Red Green Blue C M Y K H S L
Decimal 197 8 168 0 0.96 0.15 0.23 309.21 0.92 0.4
Hex C5 8 A8 0 60 F 17 135 5C 28
Octal 305 10 250 0 140 17 27 465 134 50
Binary 11000101 1000 10101000 0 1100000 1111 10111 100110101 1011100 101000

Color Harmonies of #C508A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508A8

Black with #C508A8

Text Example


Text Example

White with #C508A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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