Html Css Color HEX #C52E6F Medium Red Violet

📋 copy color: '#C52E6F'

red 197 ◦ green 46 ◦ blue 111

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

Shades of Medium Red Violet #C52E6F

Tints of Medium Red Violet #C52E6F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

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

R = 55.65%
G = 12.99%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C52E6F (or 0xC52E6F) is known color: Medium Red Violet. HEX triplet: C5, 2E and 6F. RGB value is (197,46,111). Sum of RGB (Red+Green+Blue) = 197+46+111=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E6F is #3AD190. Grayscale: #626262. Windows color (decimal): -3854737 or 7286469. OLE color: 7286469.

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

Color convert

RGB 197 46 111 -
CMYK 0 0.77 0.44 0.23
HSL 334.17º 0.62% 0.48% -
HSV(B) 334.17º 0.77% 0.77% -
XYZ 26.87 14.97 16.51 -
YUV 98.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 197 46 111 0 0.77 0.44 0.23 334.17 0.62 0.48
Hex C5 2E 6F 0 4D 2C 17 14E 3E 30
Octal 305 56 157 0 115 54 27 516 76 60
Binary 11000101 101110 1101111 0 1001101 101100 10111 101001110 111110 110000

Color Harmonies of #C52E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52E6F

Black with #C52E6F

Text Example


Text Example

White with #C52E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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