Html Css Color HEX #C51E6C Medium Violet Red

📋 copy color: '#C51E6C'

red 197 ◦ green 30 ◦ blue 108

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

Shades of Medium Violet Red #C51E6C

Tints of Medium Violet Red #C51E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 58.81%
G = 8.96%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C51E6C (or 0xC51E6C) is known color: Medium Violet Red. HEX triplet: C5, 1E and 6C. RGB value is (197,30,108). Sum of RGB (Red+Green+Blue) = 197+30+108=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E6C is #3AE193. Grayscale: #585858. Windows color (decimal): -3858836 or 7085765. OLE color: 7085765.

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

Color convert

RGB 197 30 108 -
CMYK 0 0.85 0.45 0.23
HSL 331.98º 0.74% 0.45% -
HSV(B) 331.98º 0.85% 0.77% -
XYZ 26.2 13.88 15.49 -
YUV 88.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 197 30 108 0 0.85 0.45 0.23 331.98 0.74 0.45
Hex C5 1E 6C 0 55 2D 17 14C 4A 2D
Octal 305 36 154 0 125 55 27 514 112 55
Binary 11000101 11110 1101100 0 1010101 101101 10111 101001100 1001010 101101

Color Harmonies of #C51E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E6C

Black with #C51E6C

Text Example


Text Example

White with #C51E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E6C; }

 p { color: rgb(197,30,108); }

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

background-color css

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

 a { background-color: rgb(197,30,108); }

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

border-color css

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

 span { border-color: rgb(197,30,108); }

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