Html Css Color HEX #C500B0 Deep Magenta

📋 copy color: '#C500B0'

red 197 ◦ green 0 ◦ blue 176

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

Shades of Deep Magenta #C500B0

Tints of Deep Magenta #C500B0

RGB

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

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

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

R = 52.82%
G = 0%
B = 47.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C500B0 (or 0xC500B0) is known color: Deep Magenta. HEX triplet: C5, 00 and B0. RGB value is (197,0,176). Sum of RGB (Red+Green+Blue) = 197+0+176=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C500B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C500B0 is #3AFF4F. Grayscale: #4E4E4E. Windows color (decimal): -3866448 or 11534533. OLE color: 11534533.

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

Color convert

RGB 197 0 176 -
CMYK 0 1 0.11 0.23
HSL 306.4º 1% 0.39% -
HSV(B) 306.4º 1% 0.77% -
XYZ 30.86 15 42.34 -
YUV 78.97 182.77 212.19 -
System Red Green Blue C M Y K H S L
Decimal 197 0 176 0 1 0.11 0.23 306.4 1 0.39
Hex C5 0 B0 0 64 B 17 132 64 27
Octal 305 0 260 0 144 13 27 462 144 47
Binary 11000101 0 10110000 0 1100100 1011 10111 100110010 1100100 100111

Color Harmonies of #C500B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500B0

Black with #C500B0

Text Example


Text Example

White with #C500B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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