Html Css Color HEX #C50DB3 Deep Magenta

📋 copy color: '#C50DB3'

red 197 ◦ green 13 ◦ blue 179

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

Shades of Deep Magenta #C50DB3

Tints of Deep Magenta #C50DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.02%

R = 50.64%
G = 3.34%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C50DB3 (or 0xC50DB3) is known color: Deep Magenta. HEX triplet: C5, 0D and B3. RGB value is (197,13,179). Sum of RGB (Red+Green+Blue) = 197+13+179=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DB3 is #3AF24C. Grayscale: #565656. Windows color (decimal): -3863117 or 11734469. OLE color: 11734469.

HSL color Cylindrical-coordinate representation of color #C50DB3: hue angle of 305.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50DB3 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 179 -
CMYK 0 0.93 0.09 0.23
HSL 305.87º 0.88% 0.41% -
HSV(B) 305.87º 0.93% 0.77% -
XYZ 31.31 15.41 43.97 -
YUV 86.94 179.96 206.5 -
System Red Green Blue C M Y K H S L
Decimal 197 13 179 0 0.93 0.09 0.23 305.87 0.88 0.41
Hex C5 D B3 0 5D 9 17 132 58 29
Octal 305 15 263 0 135 11 27 462 130 51
Binary 11000101 1101 10110011 0 1011101 1001 10111 100110010 1011000 101001

Color Harmonies of #C50DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DB3

Black with #C50DB3

Text Example


Text Example

White with #C50DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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