Html Css Color HEX #C50ECB Deep Magenta

📋 copy color: '#C50ECB'

red 197 ◦ green 14 ◦ blue 203

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

Shades of Deep Magenta #C50ECB

Tints of Deep Magenta #C50ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 47.58%
G = 3.38%
B = 49.03%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C50ECB (or 0xC50ECB) is known color: Deep Magenta. HEX triplet: C5, 0E and CB. RGB value is (197,14,203). Sum of RGB (Red+Green+Blue) = 197+14+203=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #C50ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ECB is #3AF134. Grayscale: #595959. Windows color (decimal): -3862837 or 13307589. OLE color: 13307589.

HSL color Cylindrical-coordinate representation of color #C50ECB: hue angle of 298.1º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50ECB is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 14 203 -
CMYK 0.03 0.93 0 0.20
HSL 298.1º 0.87% 0.43% -
HSV(B) 298.1º 0.93% 0.8% -
XYZ 33.96 16.5 57.89 -
YUV 90.26 191.63 204.13 -
System Red Green Blue C M Y K H S L
Decimal 197 14 203 0.03 0.93 0 0.20 298.1 0.87 0.43
Hex C5 E CB 3 5D 0 14 12A 57 2B
Octal 305 16 313 3 135 0 24 452 127 53
Binary 11000101 1110 11001011 11 1011101 0 10100 100101010 1010111 101011

Color Harmonies of #C50ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ECB

Black with #C50ECB

Text Example


Text Example

White with #C50ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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