Html Css Color HEX #C50FB3 Deep Magenta

📋 copy color: '#C50FB3'

red 197 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #C50FB3

Tints of Deep Magenta #C50FB3

RGB

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

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

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

R = 50.38%
G = 3.84%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C50FB3 (or 0xC50FB3) is known color: Deep Magenta. HEX triplet: C5, 0F and B3. RGB value is (197,15,179). Sum of RGB (Red+Green+Blue) = 197+15+179=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FB3 is #3AF04C. Grayscale: #575757. Windows color (decimal): -3862605 or 11734981. OLE color: 11734981.

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

Color convert

RGB 197 15 179 -
CMYK 0 0.92 0.09 0.23
HSL 305.93º 0.86% 0.42% -
HSV(B) 305.93º 0.92% 0.77% -
XYZ 31.33 15.47 43.98 -
YUV 88.11 179.3 205.66 -
System Red Green Blue C M Y K H S L
Decimal 197 15 179 0 0.92 0.09 0.23 305.93 0.86 0.42
Hex C5 F B3 0 5C 9 17 132 56 2A
Octal 305 17 263 0 134 11 27 462 126 52
Binary 11000101 1111 10110011 0 1011100 1001 10111 100110010 1010110 101010

Color Harmonies of #C50FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FB3

Black with #C50FB3

Text Example


Text Example

White with #C50FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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