Html Css Color HEX #C50CC7 Deep Magenta

📋 copy color: '#C50CC7'

red 197 ◦ green 12 ◦ blue 199

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

Shades of Deep Magenta #C50CC7

Tints of Deep Magenta #C50CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.77%

R = 48.28%
G = 2.94%
B = 48.77%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C50CC7 (or 0xC50CC7) is known color: Deep Magenta. HEX triplet: C5, 0C and C7. RGB value is (197,12,199). Sum of RGB (Red+Green+Blue) = 197+12+199=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #C50CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CC7 is #3AF338. Grayscale: #585858. Windows color (decimal): -3863353 or 13044933. OLE color: 13044933.

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

Color convert

RGB 197 12 199 -
CMYK 0.01 0.94 0 0.22
HSL 299.36º 0.89% 0.41% -
HSV(B) 299.36º 0.94% 0.78% -
XYZ 33.47 16.26 55.41 -
YUV 88.63 190.29 205.29 -
System Red Green Blue C M Y K H S L
Decimal 197 12 199 0.01 0.94 0 0.22 299.36 0.89 0.41
Hex C5 C C7 1 5E 0 16 12B 59 29
Octal 305 14 307 1 136 0 26 453 131 51
Binary 11000101 1100 11000111 1 1011110 0 10110 100101011 1011001 101001

Color Harmonies of #C50CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CC7

Black with #C50CC7

Text Example


Text Example

White with #C50CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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