Html Css Color HEX #C500BE Deep Magenta

📋 copy color: '#C500BE'

red 197 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #C500BE

Tints of Deep Magenta #C500BE

RGB

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

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

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

R = 50.9%
G = 0%
B = 49.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C500BE (or 0xC500BE) is known color: Deep Magenta. HEX triplet: C5, 00 and BE. RGB value is (197,0,190). Sum of RGB (Red+Green+Blue) = 197+0+190=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C500BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500BE is #3AFF41. Grayscale: #505050. Windows color (decimal): -3866434 or 12452037. OLE color: 12452037.

HSL color Cylindrical-coordinate representation of color #C500BE: hue angle of 302.13º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500BE is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 190 -
CMYK 0 1 0.04 0.23
HSL 302.13º 1% 0.39% -
HSV(B) 302.13º 1% 0.77% -
XYZ 32.32 15.59 50.02 -
YUV 80.56 189.77 211.05 -
System Red Green Blue C M Y K H S L
Decimal 197 0 190 0 1 0.04 0.23 302.13 1 0.39
Hex C5 0 BE 0 64 4 17 12E 64 27
Octal 305 0 276 0 144 4 27 456 144 47
Binary 11000101 0 10111110 0 1100100 100 10111 100101110 1100100 100111

Color Harmonies of #C500BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500BE

Black with #C500BE

Text Example


Text Example

White with #C500BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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