Html Css Color HEX #C50DCD Deep Magenta

📋 copy color: '#C50DCD'

red 197 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #C50DCD

Tints of Deep Magenta #C50DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 47.47%
G = 3.13%
B = 49.4%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C50DCD (or 0xC50DCD) is known color: Deep Magenta. HEX triplet: C5, 0D and CD. RGB value is (197,13,205). Sum of RGB (Red+Green+Blue) = 197+13+205=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #C50DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DCD is #3AF232. Grayscale: #595959. Windows color (decimal): -3863091 or 13438405. OLE color: 13438405.

HSL color Cylindrical-coordinate representation of color #C50DCD: hue angle of 297.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50DCD is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 13 205 -
CMYK 0.04 0.94 0 0.20
HSL 297.5º 0.88% 0.43% -
HSV(B) 297.5º 0.94% 0.8% -
XYZ 34.19 16.57 59.15 -
YUV 89.9 192.96 204.39 -
System Red Green Blue C M Y K H S L
Decimal 197 13 205 0.04 0.94 0 0.20 297.5 0.88 0.43
Hex C5 D CD 4 5E 0 14 12A 58 2B
Octal 305 15 315 4 136 0 24 452 130 53
Binary 11000101 1101 11001101 100 1011110 0 10100 100101010 1011000 101011

Color Harmonies of #C50DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DCD

Black with #C50DCD

Text Example


Text Example

White with #C50DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DCD; }

 p { color: rgb(197,13,205); }

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

background-color css

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

 a { background-color: rgb(197,13,205); }

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

border-color css

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

 span { border-color: rgb(197,13,205); }

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