Html Css Color HEX #C50ECC Deep Magenta

📋 copy color: '#C50ECC'

red 197 ◦ green 14 ◦ blue 204

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

Shades of Deep Magenta #C50ECC

Tints of Deep Magenta #C50ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 47.47%
G = 3.37%
B = 49.16%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C50ECC (or 0xC50ECC) is known color: Deep Magenta. HEX triplet: C5, 0E and CC. RGB value is (197,14,204). Sum of RGB (Red+Green+Blue) = 197+14+204=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C50ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ECC is #3AF133. Grayscale: #595959. Windows color (decimal): -3862836 or 13373125. OLE color: 13373125.

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

Color convert

RGB 197 14 204 -
CMYK 0.03 0.93 0 0.2
HSL 297.79º 0.87% 0.43% -
HSV(B) 297.79º 0.93% 0.8% -
XYZ 34.08 16.54 58.52 -
YUV 90.38 192.13 204.05 -
System Red Green Blue C M Y K H S L
Decimal 197 14 204 0.03 0.93 0 0.2 297.79 0.87 0.43
Hex C5 E CC 3 5D 0 14 12A 57 2B
Octal 305 16 314 3 135 0 24 452 127 53
Binary 11000101 1110 11001100 11 1011101 0 10100 100101010 1010111 101011

Color Harmonies of #C50ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ECC

Black with #C50ECC

Text Example


Text Example

White with #C50ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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