Html Css Color HEX #C50DBB Deep Magenta

📋 copy color: '#C50DBB'

red 197 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #C50DBB

Tints of Deep Magenta #C50DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 49.62%
G = 3.27%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C50DBB (or 0xC50DBB) is known color: Deep Magenta. HEX triplet: C5, 0D and BB. RGB value is (197,13,187). Sum of RGB (Red+Green+Blue) = 197+13+187=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DBB is #3AF244. Grayscale: #575757. Windows color (decimal): -3863109 or 12258757. OLE color: 12258757.

HSL color Cylindrical-coordinate representation of color #C50DBB: hue angle of 303.26º 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 #C50DBB is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 187 -
CMYK 0 0.93 0.05 0.23
HSL 303.26º 0.88% 0.41% -
HSV(B) 303.26º 0.93% 0.77% -
XYZ 32.14 15.75 48.36 -
YUV 87.85 183.96 205.85 -
System Red Green Blue C M Y K H S L
Decimal 197 13 187 0 0.93 0.05 0.23 303.26 0.88 0.41
Hex C5 D BB 0 5D 5 17 12F 58 29
Octal 305 15 273 0 135 5 27 457 130 51
Binary 11000101 1101 10111011 0 1011101 101 10111 100101111 1011000 101001

Color Harmonies of #C50DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DBB

Black with #C50DBB

Text Example


Text Example

White with #C50DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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