Html Css Color HEX #C50CD0 Deep Magenta

📋 copy color: '#C50CD0'

red 197 ◦ green 12 ◦ blue 208

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

Shades of Deep Magenta #C50CD0

Tints of Deep Magenta #C50CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.88%

R = 47.24%
G = 2.88%
B = 49.88%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C50CD0 (or 0xC50CD0) is known color: Deep Magenta. HEX triplet: C5, 0C and D0. RGB value is (197,12,208). Sum of RGB (Red+Green+Blue) = 197+12+208=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #C50CD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CD0 is #3AF32F. Grayscale: #595959. Windows color (decimal): -3863344 or 13634757. OLE color: 13634757.

HSL color Cylindrical-coordinate representation of color #C50CD0: hue angle of 296.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CD0 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 12 208 -
CMYK 0.05 0.94 0 0.18
HSL 296.63º 0.89% 0.43% -
HSV(B) 296.63º 0.94% 0.82% -
XYZ 34.54 16.69 61.07 -
YUV 89.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 197 12 208 0.05 0.94 0 0.18 296.63 0.89 0.43
Hex C5 C D0 5 5E 0 12 129 59 2B
Octal 305 14 320 5 136 0 22 451 131 53
Binary 11000101 1100 11010000 101 1011110 0 10010 100101001 1011001 101011

Color Harmonies of #C50CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CD0

Black with #C50CD0

Text Example


Text Example

White with #C50CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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