Html Css Color HEX #C51CD1 Deep Magenta

📋 copy color: '#C51CD1'

red 197 ◦ green 28 ◦ blue 209

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

Shades of Deep Magenta #C51CD1

Tints of Deep Magenta #C51CD1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.45%

 BLUE value IS 209 (82.03% from 255) = 48.16%

R = 45.39%
G = 6.45%
B = 48.16%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C51CD1 (or 0xC51CD1) is known color: Deep Magenta. HEX triplet: C5, 1C and D1. RGB value is (197,28,209). Sum of RGB (Red+Green+Blue) = 197+28+209=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #C51CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CD1 is #3AE32E. Grayscale: #626262. Windows color (decimal): -3859247 or 13704389. OLE color: 13704389.

HSL color Cylindrical-coordinate representation of color #C51CD1: hue angle of 296.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51CD1 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 28 209 -
CMYK 0.06 0.87 0 0.18
HSL 296.02º 0.76% 0.46% -
HSV(B) 296.02º 0.87% 0.82% -
XYZ 34.95 17.3 61.82 -
YUV 99.17 189.99 197.78 -
System Red Green Blue C M Y K H S L
Decimal 197 28 209 0.06 0.87 0 0.18 296.02 0.76 0.46
Hex C5 1C D1 6 57 0 12 128 4C 2E
Octal 305 34 321 6 127 0 22 450 114 56
Binary 11000101 11100 11010001 110 1010111 0 10010 100101000 1001100 101110

Color Harmonies of #C51CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CD1

Black with #C51CD1

Text Example


Text Example

White with #C51CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CD1; }

 p { color: rgb(197,28,209); }

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

background-color css

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

 a { background-color: rgb(197,28,209); }

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

border-color css

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

 span { border-color: rgb(197,28,209); }

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