Html Css Color HEX #C50DDB Deep Magenta

📋 copy color: '#C50DDB'

red 197 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #C50DDB

Tints of Deep Magenta #C50DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 45.92%
G = 3.03%
B = 51.05%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C50DDB (or 0xC50DDB) is known color: Deep Magenta. HEX triplet: C5, 0D and DB. RGB value is (197,13,219). Sum of RGB (Red+Green+Blue) = 197+13+219=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #C50DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DDB is #3AF224. Grayscale: #5A5A5A. Windows color (decimal): -3863077 or 14355909. OLE color: 14355909.

HSL color Cylindrical-coordinate representation of color #C50DDB: hue angle of 293.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50DDB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 13 219 -
CMYK 0.10 0.94 0 0.14
HSL 293.59º 0.89% 0.45% -
HSV(B) 293.59º 0.94% 0.86% -
XYZ 35.96 17.27 68.46 -
YUV 91.5 199.96 203.25 -
System Red Green Blue C M Y K H S L
Decimal 197 13 219 0.10 0.94 0 0.14 293.59 0.89 0.45
Hex C5 D DB A 5E 0 E 126 59 2D
Octal 305 15 333 12 136 0 16 446 131 55
Binary 11000101 1101 11011011 1010 1011110 0 1110 100100110 1011001 101101

Color Harmonies of #C50DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DDB

Black with #C50DDB

Text Example


Text Example

White with #C50DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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