Html Css Color HEX #C508BE Deep Magenta

📋 copy color: '#C508BE'

red 197 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #C508BE

Tints of Deep Magenta #C508BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 49.87%
G = 2.03%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C508BE (or 0xC508BE) is known color: Deep Magenta. HEX triplet: C5, 08 and BE. RGB value is (197,8,190). Sum of RGB (Red+Green+Blue) = 197+8+190=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C508BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508BE is #3AF741. Grayscale: #545454. Windows color (decimal): -3864386 or 12454085. OLE color: 12454085.

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

Color convert

RGB 197 8 190 -
CMYK 0 0.96 0.04 0.23
HSL 302.22º 0.92% 0.4% -
HSV(B) 302.22º 0.96% 0.77% -
XYZ 32.41 15.76 50.05 -
YUV 85.26 187.12 207.7 -
System Red Green Blue C M Y K H S L
Decimal 197 8 190 0 0.96 0.04 0.23 302.22 0.92 0.4
Hex C5 8 BE 0 60 4 17 12E 5C 28
Octal 305 10 276 0 140 4 27 456 134 50
Binary 11000101 1000 10111110 0 1100000 100 10111 100101110 1011100 101000

Color Harmonies of #C508BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508BE

Black with #C508BE

Text Example


Text Example

White with #C508BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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