Html Css Color HEX #C508B0 Deep Magenta

📋 copy color: '#C508B0'

red 197 ◦ green 8 ◦ blue 176

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

Shades of Deep Magenta #C508B0

Tints of Deep Magenta #C508B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.19%

R = 51.71%
G = 2.1%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C508B0 (or 0xC508B0) is known color: Deep Magenta. HEX triplet: C5, 08 and B0. RGB value is (197,8,176). Sum of RGB (Red+Green+Blue) = 197+8+176=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C508B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C508B0 is #3AF74F. Grayscale: #535353. Windows color (decimal): -3864400 or 11536581. OLE color: 11536581.

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

Color convert

RGB 197 8 176 -
CMYK 0 0.96 0.11 0.23
HSL 306.67º 0.92% 0.4% -
HSV(B) 306.67º 0.96% 0.77% -
XYZ 30.95 15.18 42.37 -
YUV 83.66 180.12 208.84 -
System Red Green Blue C M Y K H S L
Decimal 197 8 176 0 0.96 0.11 0.23 306.67 0.92 0.4
Hex C5 8 B0 0 60 B 17 133 5C 28
Octal 305 10 260 0 140 13 27 463 134 50
Binary 11000101 1000 10110000 0 1100000 1011 10111 100110011 1011100 101000

Color Harmonies of #C508B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508B0

Black with #C508B0

Text Example


Text Example

White with #C508B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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