Html Css Color HEX #C50ADD Deep Magenta

📋 copy color: '#C50ADD'

red 197 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #C50ADD

Tints of Deep Magenta #C50ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.34%

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 46.03%
G = 2.34%
B = 51.64%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C50ADD (or 0xC50ADD) is known color: Deep Magenta. HEX triplet: C5, 0A and DD. RGB value is (197,10,221). Sum of RGB (Red+Green+Blue) = 197+10+221=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #C50ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ADD is #3AF522. Grayscale: #595959. Windows color (decimal): -3863843 or 14486213. OLE color: 14486213.

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

Color convert

RGB 197 10 221 -
CMYK 0.11 0.95 0 0.13
HSL 293.18º 0.91% 0.45% -
HSV(B) 293.18º 0.95% 0.87% -
XYZ 36.19 17.31 69.84 -
YUV 89.97 201.95 204.34 -
System Red Green Blue C M Y K H S L
Decimal 197 10 221 0.11 0.95 0 0.13 293.18 0.91 0.45
Hex C5 A DD B 5F 0 D 125 5B 2D
Octal 305 12 335 13 137 0 15 445 133 55
Binary 11000101 1010 11011101 1011 1011111 0 1101 100100101 1011011 101101

Color Harmonies of #C50ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ADD

Black with #C50ADD

Text Example


Text Example

White with #C50ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ADD; }

 p { color: rgb(197,10,221); }

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

background-color css

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

 a { background-color: rgb(197,10,221); }

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

border-color css

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

 span { border-color: rgb(197,10,221); }

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