Html Css Color HEX #C50DCC Deep Magenta

📋 copy color: '#C50DCC'

red 197 ◦ green 13 ◦ blue 204

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

Shades of Deep Magenta #C50DCC

Tints of Deep Magenta #C50DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 47.58%
G = 3.14%
B = 49.28%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C50DCC (or 0xC50DCC) is known color: Deep Magenta. HEX triplet: C5, 0D and CC. RGB value is (197,13,204). Sum of RGB (Red+Green+Blue) = 197+13+204=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #C50DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DCC is #3AF233. Grayscale: #595959. Windows color (decimal): -3863092 or 13372869. OLE color: 13372869.

HSL color Cylindrical-coordinate representation of color #C50DCC: hue angle of 297.8º 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 #C50DCC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 13 204 -
CMYK 0.03 0.94 0 0.2
HSL 297.8º 0.88% 0.43% -
HSV(B) 297.8º 0.94% 0.8% -
XYZ 34.07 16.52 58.52 -
YUV 89.79 192.46 204.47 -
System Red Green Blue C M Y K H S L
Decimal 197 13 204 0.03 0.94 0 0.2 297.8 0.88 0.43
Hex C5 D CC 3 5E 0 14 12A 58 2B
Octal 305 15 314 3 136 0 24 452 130 53
Binary 11000101 1101 11001100 11 1011110 0 10100 100101010 1011000 101011

Color Harmonies of #C50DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DCC

Black with #C50DCC

Text Example


Text Example

White with #C50DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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