Html Css Color HEX #C50FC1 Deep Magenta

📋 copy color: '#C50FC1'

red 197 ◦ green 15 ◦ blue 193

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

Shades of Deep Magenta #C50FC1

Tints of Deep Magenta #C50FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.65%

R = 48.64%
G = 3.7%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C50FC1 (or 0xC50FC1) is known color: Deep Magenta. HEX triplet: C5, 0F and C1. RGB value is (197,15,193). Sum of RGB (Red+Green+Blue) = 197+15+193=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FC1 is #3AF03E. Grayscale: #595959. Windows color (decimal): -3862591 or 12652485. OLE color: 12652485.

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

Color convert

RGB 197 15 193 -
CMYK 0 0.92 0.02 0.23
HSL 301.32º 0.86% 0.42% -
HSV(B) 301.32º 0.92% 0.77% -
XYZ 32.82 16.06 51.82 -
YUV 89.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 197 15 193 0 0.92 0.02 0.23 301.32 0.86 0.42
Hex C5 F C1 0 5C 2 17 12D 56 2A
Octal 305 17 301 0 134 2 27 455 126 52
Binary 11000101 1111 11000001 0 1011100 10 10111 100101101 1010110 101010

Color Harmonies of #C50FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FC1

Black with #C50FC1

Text Example


Text Example

White with #C50FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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