Html Css Color HEX #C50FC6 Deep Magenta

📋 copy color: '#C50FC6'

red 197 ◦ green 15 ◦ blue 198

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

Shades of Deep Magenta #C50FC6

Tints of Deep Magenta #C50FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.29%

R = 48.05%
G = 3.66%
B = 48.29%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C50FC6 (or 0xC50FC6) is known color: Deep Magenta. HEX triplet: C5, 0F and C6. RGB value is (197,15,198). Sum of RGB (Red+Green+Blue) = 197+15+198=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #C50FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FC6 is #3AF039. Grayscale: #595959. Windows color (decimal): -3862586 or 12980165. OLE color: 12980165.

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

Color convert

RGB 197 15 198 -
CMYK 0.01 0.92 0 0.22
HSL 299.67º 0.86% 0.42% -
HSV(B) 299.67º 0.92% 0.78% -
XYZ 33.39 16.29 54.81 -
YUV 90.28 188.8 204.12 -
System Red Green Blue C M Y K H S L
Decimal 197 15 198 0.01 0.92 0 0.22 299.67 0.86 0.42
Hex C5 F C6 1 5C 0 16 12C 56 2A
Octal 305 17 306 1 134 0 26 454 126 52
Binary 11000101 1111 11000110 1 1011100 0 10110 100101100 1010110 101010

Color Harmonies of #C50FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FC6

Black with #C50FC6

Text Example


Text Example

White with #C50FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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