Html Css Color HEX #C50DDE Deep Magenta

📋 copy color: '#C50DDE'

red 197 ◦ green 13 ◦ blue 222

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

Shades of Deep Magenta #C50DDE

Tints of Deep Magenta #C50DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 45.6%
G = 3.01%
B = 51.39%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C50DDE (or 0xC50DDE) is known color: Deep Magenta. HEX triplet: C5, 0D and DE. RGB value is (197,13,222). Sum of RGB (Red+Green+Blue) = 197+13+222=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #C50DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DDE is #3AF221. Grayscale: #5B5B5B. Windows color (decimal): -3863074 or 14552517. OLE color: 14552517.

HSL color Cylindrical-coordinate representation of color #C50DDE: hue angle of 292.82º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50DDE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 13 222 -
CMYK 0.11 0.94 0 0.13
HSL 292.82º 0.89% 0.46% -
HSV(B) 292.82º 0.94% 0.87% -
XYZ 36.35 17.43 70.56 -
YUV 91.84 201.46 203.01 -
System Red Green Blue C M Y K H S L
Decimal 197 13 222 0.11 0.94 0 0.13 292.82 0.89 0.46
Hex C5 D DE B 5E 0 D 125 59 2E
Octal 305 15 336 13 136 0 15 445 131 56
Binary 11000101 1101 11011110 1011 1011110 0 1101 100100101 1011001 101110

Color Harmonies of #C50DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DDE

Black with #C50DDE

Text Example


Text Example

White with #C50DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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