Html Css Color HEX #C50CC9 Deep Magenta

📋 copy color: '#C50CC9'

red 197 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #C50CC9

Tints of Deep Magenta #C50CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

 BLUE value IS 201 (78.91% from 255) = 49.02%

R = 48.05%
G = 2.93%
B = 49.02%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C50CC9 (or 0xC50CC9) is known color: Deep Magenta. HEX triplet: C5, 0C and C9. RGB value is (197,12,201). Sum of RGB (Red+Green+Blue) = 197+12+201=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #C50CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CC9 is #3AF336. Grayscale: #585858. Windows color (decimal): -3863351 or 13176005. OLE color: 13176005.

HSL color Cylindrical-coordinate representation of color #C50CC9: hue angle of 298.73º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CC9 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 12 201 -
CMYK 0.02 0.94 0 0.21
HSL 298.73º 0.89% 0.42% -
HSV(B) 298.73º 0.94% 0.79% -
XYZ 33.7 16.35 56.64 -
YUV 88.86 191.29 205.13 -
System Red Green Blue C M Y K H S L
Decimal 197 12 201 0.02 0.94 0 0.21 298.73 0.89 0.42
Hex C5 C C9 2 5E 0 15 12B 59 2A
Octal 305 14 311 2 136 0 25 453 131 52
Binary 11000101 1100 11001001 10 1011110 0 10101 100101011 1011001 101010

Color Harmonies of #C50CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CC9

Black with #C50CC9

Text Example


Text Example

White with #C50CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CC9; }

 p { color: rgb(197,12,201); }

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

background-color css

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

 a { background-color: rgb(197,12,201); }

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

border-color css

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

 span { border-color: rgb(197,12,201); }

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