Html Css Color HEX #C5246F Medium Violet Red

📋 copy color: '#C5246F'

red 197 ◦ green 36 ◦ blue 111

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

Shades of Medium Violet Red #C5246F

Tints of Medium Violet Red #C5246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.47%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 57.27%
G = 10.47%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5246F (or 0xC5246F) is known color: Medium Violet Red. HEX triplet: C5, 24 and 6F. RGB value is (197,36,111). Sum of RGB (Red+Green+Blue) = 197+36+111=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5246F is #3ADB90. Grayscale: #5C5C5C. Windows color (decimal): -3857297 or 7283909. OLE color: 7283909.

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

Color convert

RGB 197 36 111 -
CMYK 0 0.82 0.44 0.23
HSL 332.05º 0.69% 0.46% -
HSV(B) 332.05º 0.82% 0.77% -
XYZ 26.53 14.28 16.4 -
YUV 92.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 197 36 111 0 0.82 0.44 0.23 332.05 0.69 0.46
Hex C5 24 6F 0 52 2C 17 14C 45 2E
Octal 305 44 157 0 122 54 27 514 105 56
Binary 11000101 100100 1101111 0 1010010 101100 10111 101001100 1000101 101110

Color Harmonies of #C5246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5246F

Black with #C5246F

Text Example


Text Example

White with #C5246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5246F; }

 p { color: rgb(197,36,111); }

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

background-color css

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

 a { background-color: rgb(197,36,111); }

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

border-color css

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

 span { border-color: rgb(197,36,111); }

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