Html Css Color HEX #C51DAA Medium Violet Red

📋 copy color: '#C51DAA'

red 197 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #C51DAA

Tints of Medium Violet Red #C51DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 49.75%
G = 7.32%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C51DAA (or 0xC51DAA) is known color: Medium Violet Red. HEX triplet: C5, 1D and AA. RGB value is (197,29,170). Sum of RGB (Red+Green+Blue) = 197+29+170=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DAA is #3AE255. Grayscale: #5E5E5E. Windows color (decimal): -3859030 or 11148741. OLE color: 11148741.

HSL color Cylindrical-coordinate representation of color #C51DAA: hue angle of 309.64º 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 #C51DAA is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 29 170 -
CMYK 0 0.85 0.14 0.23
HSL 309.64º 0.74% 0.44% -
HSV(B) 309.64º 0.85% 0.77% -
XYZ 30.72 15.65 39.43 -
YUV 95.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 197 29 170 0 0.85 0.14 0.23 309.64 0.74 0.44
Hex C5 1D AA 0 55 E 17 136 4A 2C
Octal 305 35 252 0 125 16 27 466 112 54
Binary 11000101 11101 10101010 0 1010101 1110 10111 100110110 1001010 101100

Color Harmonies of #C51DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DAA

Black with #C51DAA

Text Example


Text Example

White with #C51DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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