Html Css Color HEX #C51DB5 Deep Magenta

📋 copy color: '#C51DB5'

red 197 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #C51DB5

Tints of Deep Magenta #C51DB5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 48.4%
G = 7.13%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C51DB5 (or 0xC51DB5) is known color: Deep Magenta. HEX triplet: C5, 1D and B5. RGB value is (197,29,181). Sum of RGB (Red+Green+Blue) = 197+29+181=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DB5 is #3AE24A. Grayscale: #606060. Windows color (decimal): -3859019 or 11869637. OLE color: 11869637.

HSL color Cylindrical-coordinate representation of color #C51DB5: hue angle of 305.71º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51DB5 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 29 181 -
CMYK 0 0.85 0.08 0.23
HSL 305.71º 0.74% 0.44% -
HSV(B) 305.71º 0.85% 0.77% -
XYZ 31.81 16.09 45.14 -
YUV 96.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 197 29 181 0 0.85 0.08 0.23 305.71 0.74 0.44
Hex C5 1D B5 0 55 8 17 132 4A 2C
Octal 305 35 265 0 125 10 27 462 112 54
Binary 11000101 11101 10110101 0 1010101 1000 10111 100110010 1001010 101100

Color Harmonies of #C51DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DB5

Black with #C51DB5

Text Example


Text Example

White with #C51DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DB5; }

 p { color: rgb(197,29,181); }

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

background-color css

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

 a { background-color: rgb(197,29,181); }

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

border-color css

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

 span { border-color: rgb(197,29,181); }

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