Html Css Color HEX #C500B3 Deep Magenta

📋 copy color: '#C500B3'

red 197 ◦ green 0 ◦ blue 179

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

Shades of Deep Magenta #C500B3

Tints of Deep Magenta #C500B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 52.39%
G = 0%
B = 47.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C500B3 (or 0xC500B3) is known color: Deep Magenta. HEX triplet: C5, 00 and B3. RGB value is (197,0,179). Sum of RGB (Red+Green+Blue) = 197+0+179=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C500B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500B3 is #3AFF4C. Grayscale: #4E4E4E. Windows color (decimal): -3866445 or 11731141. OLE color: 11731141.

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

Color convert

RGB 197 0 179 -
CMYK 0 1 0.09 0.23
HSL 305.48º 1% 0.39% -
HSV(B) 305.48º 1% 0.77% -
XYZ 31.16 15.12 43.92 -
YUV 79.31 184.27 211.95 -
System Red Green Blue C M Y K H S L
Decimal 197 0 179 0 1 0.09 0.23 305.48 1 0.39
Hex C5 0 B3 0 64 9 17 131 64 27
Octal 305 0 263 0 144 11 27 461 144 47
Binary 11000101 0 10110011 0 1100100 1001 10111 100110001 1100100 100111

Color Harmonies of #C500B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500B3

Black with #C500B3

Text Example


Text Example

White with #C500B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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