Html Css Color HEX #C50FB1 Deep Magenta

📋 copy color: '#C50FB1'

red 197 ◦ green 15 ◦ blue 177

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

Shades of Deep Magenta #C50FB1

Tints of Deep Magenta #C50FB1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.86%

 BLUE value IS 177 (69.53% from 255) = 45.5%

R = 50.64%
G = 3.86%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C50FB1 (or 0xC50FB1) is known color: Deep Magenta. HEX triplet: C5, 0F and B1. RGB value is (197,15,177). Sum of RGB (Red+Green+Blue) = 197+15+177=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FB1 is #3AF04E. Grayscale: #575757. Windows color (decimal): -3862607 or 11603909. OLE color: 11603909.

HSL color Cylindrical-coordinate representation of color #C50FB1: hue angle of 306.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50FB1 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 15 177 -
CMYK 0 0.92 0.10 0.23
HSL 306.59º 0.86% 0.42% -
HSV(B) 306.59º 0.92% 0.77% -
XYZ 31.13 15.39 42.92 -
YUV 87.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 197 15 177 0 0.92 0.10 0.23 306.59 0.86 0.42
Hex C5 F B1 0 5C A 17 133 56 2A
Octal 305 17 261 0 134 12 27 463 126 52
Binary 11000101 1111 10110001 0 1011100 1010 10111 100110011 1010110 101010

Color Harmonies of #C50FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FB1

Black with #C50FB1

Text Example


Text Example

White with #C50FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FB1; }

 p { color: rgb(197,15,177); }

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

background-color css

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

 a { background-color: rgb(197,15,177); }

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

border-color css

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

 span { border-color: rgb(197,15,177); }

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