Html Css Color HEX #C50EBB Deep Magenta

📋 copy color: '#C50EBB'

red 197 ◦ green 14 ◦ blue 187

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

Shades of Deep Magenta #C50EBB

Tints of Deep Magenta #C50EBB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.52%

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

R = 49.5%
G = 3.52%
B = 46.98%

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

#C50EBB (or 0xC50EBB) is known color: Deep Magenta. HEX triplet: C5, 0E and BB. RGB value is (197,14,187). Sum of RGB (Red+Green+Blue) = 197+14+187=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C50EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EBB is #3AF144. Grayscale: #575757. Windows color (decimal): -3862853 or 12259013. OLE color: 12259013.

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

Color convert

RGB 197 14 187 -
CMYK 0 0.93 0.05 0.23
HSL 303.28º 0.87% 0.41% -
HSV(B) 303.28º 0.93% 0.77% -
XYZ 32.15 15.77 48.36 -
YUV 88.44 183.63 205.43 -
System Red Green Blue C M Y K H S L
Decimal 197 14 187 0 0.93 0.05 0.23 303.28 0.87 0.41
Hex C5 E BB 0 5D 5 17 12F 57 29
Octal 305 16 273 0 135 5 27 457 127 51
Binary 11000101 1110 10111011 0 1011101 101 10111 100101111 1010111 101001

Color Harmonies of #C50EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50EBB

Black with #C50EBB

Text Example


Text Example

White with #C50EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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