Html Css Color HEX #C500B8 Deep Magenta

📋 copy color: '#C500B8'

red 197 ◦ green 0 ◦ blue 184

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

Shades of Deep Magenta #C500B8

Tints of Deep Magenta #C500B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.29%

R = 51.71%
G = 0%
B = 48.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C500B8 (or 0xC500B8) is known color: Deep Magenta. HEX triplet: C5, 00 and B8. RGB value is (197,0,184). Sum of RGB (Red+Green+Blue) = 197+0+184=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C500B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500B8 is #3AFF47. Grayscale: #4F4F4F. Windows color (decimal): -3866440 or 12058821. OLE color: 12058821.

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

Color convert

RGB 197 0 184 -
CMYK 0 1 0.07 0.23
HSL 303.96º 1% 0.39% -
HSV(B) 303.96º 1% 0.77% -
XYZ 31.68 15.33 46.64 -
YUV 79.88 186.77 211.54 -
System Red Green Blue C M Y K H S L
Decimal 197 0 184 0 1 0.07 0.23 303.96 1 0.39
Hex C5 0 B8 0 64 7 17 130 64 27
Octal 305 0 270 0 144 7 27 460 144 47
Binary 11000101 0 10111000 0 1100100 111 10111 100110000 1100100 100111

Color Harmonies of #C500B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500B8

Black with #C500B8

Text Example


Text Example

White with #C500B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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