Html Css Color HEX #C50FDA Deep Magenta

📋 copy color: '#C50FDA'

red 197 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #C50FDA

Tints of Deep Magenta #C50FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.49%

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 45.81%
G = 3.49%
B = 50.7%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C50FDA (or 0xC50FDA) is known color: Deep Magenta. HEX triplet: C5, 0F and DA. RGB value is (197,15,218). Sum of RGB (Red+Green+Blue) = 197+15+218=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #C50FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FDA is #3AF025. Grayscale: #5B5B5B. Windows color (decimal): -3862566 or 14290885. OLE color: 14290885.

HSL color Cylindrical-coordinate representation of color #C50FDA: hue angle of 293.79º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50FDA is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 15 218 -
CMYK 0.10 0.93 0 0.15
HSL 293.79º 0.87% 0.46% -
HSV(B) 293.79º 0.93% 0.85% -
XYZ 35.85 17.27 67.77 -
YUV 92.56 198.8 202.49 -
System Red Green Blue C M Y K H S L
Decimal 197 15 218 0.10 0.93 0 0.15 293.79 0.87 0.46
Hex C5 F DA A 5D 0 F 126 57 2E
Octal 305 17 332 12 135 0 17 446 127 56
Binary 11000101 1111 11011010 1010 1011101 0 1111 100100110 1010111 101110

Color Harmonies of #C50FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FDA

Black with #C50FDA

Text Example


Text Example

White with #C50FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FDA; }

 p { color: rgb(197,15,218); }

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

background-color css

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

 a { background-color: rgb(197,15,218); }

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

border-color css

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

 span { border-color: rgb(197,15,218); }

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