Html Css Color HEX #C50CDF Deep Magenta

📋 copy color: '#C50CDF'

red 197 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #C50CDF

Tints of Deep Magenta #C50CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.78%

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 45.6%
G = 2.78%
B = 51.62%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C50CDF (or 0xC50CDF) is known color: Deep Magenta. HEX triplet: C5, 0C and DF. RGB value is (197,12,223). Sum of RGB (Red+Green+Blue) = 197+12+223=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #C50CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CDF is #3AF320. Grayscale: #5A5A5A. Windows color (decimal): -3863329 or 14617797. OLE color: 14617797.

HSL color Cylindrical-coordinate representation of color #C50CDF: hue angle of 292.61º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50CDF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 12 223 -
CMYK 0.12 0.95 0 0.13
HSL 292.61º 0.9% 0.46% -
HSV(B) 292.61º 0.95% 0.87% -
XYZ 36.48 17.46 71.26 -
YUV 91.37 202.29 203.34 -
System Red Green Blue C M Y K H S L
Decimal 197 12 223 0.12 0.95 0 0.13 292.61 0.9 0.46
Hex C5 C DF C 5F 0 D 125 5A 2E
Octal 305 14 337 14 137 0 15 445 132 56
Binary 11000101 1100 11011111 1100 1011111 0 1101 100100101 1011010 101110

Color Harmonies of #C50CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CDF

Black with #C50CDF

Text Example


Text Example

White with #C50CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CDF; }

 p { color: rgb(197,12,223); }

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

background-color css

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

 a { background-color: rgb(197,12,223); }

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

border-color css

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

 span { border-color: rgb(197,12,223); }

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