Html Css Color HEX #C53E7D Medium Red Violet

📋 copy color: '#C53E7D'

red 197 ◦ green 62 ◦ blue 125

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

Shades of Medium Red Violet #C53E7D

Tints of Medium Red Violet #C53E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.15%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 51.3%
G = 16.15%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C53E7D (or 0xC53E7D) is known color: Medium Red Violet. HEX triplet: C5, 3E and 7D. RGB value is (197,62,125). Sum of RGB (Red+Green+Blue) = 197+62+125=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E7D is #3AC182. Grayscale: #6D6D6D. Windows color (decimal): -3850627 or 8208069. OLE color: 8208069.

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

Color convert

RGB 197 62 125 -
CMYK 0 0.69 0.37 0.23
HSL 332º 0.54% 0.51% -
HSV(B) 332º 0.69% 0.77% -
XYZ 28.45 16.8 21.14 -
YUV 109.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 197 62 125 0 0.69 0.37 0.23 332 0.54 0.51
Hex C5 3E 7D 0 45 25 17 14C 36 33
Octal 305 76 175 0 105 45 27 514 66 63
Binary 11000101 111110 1111101 0 1000101 100101 10111 101001100 110110 110011

Color Harmonies of #C53E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E7D

Black with #C53E7D

Text Example


Text Example

White with #C53E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E7D; }

 p { color: rgb(197,62,125); }

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

background-color css

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

 a { background-color: rgb(197,62,125); }

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

border-color css

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

 span { border-color: rgb(197,62,125); }

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