Html Css Color HEX #C52E6E Medium Red Violet

📋 copy color: '#C52E6E'

red 197 ◦ green 46 ◦ blue 110

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

Shades of Medium Red Violet #C52E6E

Tints of Medium Red Violet #C52E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 55.81%
G = 13.03%
B = 31.16%

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

#C52E6E (or 0xC52E6E) is known color: Medium Red Violet. HEX triplet: C5, 2E and 6E. RGB value is (197,46,110). Sum of RGB (Red+Green+Blue) = 197+46+110=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E6E is #3AD191. Grayscale: #626262. Windows color (decimal): -3854738 or 7220933. OLE color: 7220933.

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

Color convert

RGB 197 46 110 -
CMYK 0 0.77 0.44 0.23
HSL 334.57º 0.62% 0.48% -
HSV(B) 334.57º 0.77% 0.77% -
XYZ 26.82 14.95 16.22 -
YUV 98.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 197 46 110 0 0.77 0.44 0.23 334.57 0.62 0.48
Hex C5 2E 6E 0 4D 2C 17 14F 3E 30
Octal 305 56 156 0 115 54 27 517 76 60
Binary 11000101 101110 1101110 0 1001101 101100 10111 101001111 111110 110000

Color Harmonies of #C52E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52E6E

Black with #C52E6E

Text Example


Text Example

White with #C52E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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