Html Css Color HEX #C53C7B Medium Red Violet

📋 copy color: '#C53C7B'

red 197 ◦ green 60 ◦ blue 123

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

Shades of Medium Red Violet #C53C7B

Tints of Medium Red Violet #C53C7B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.79%

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 51.84%
G = 15.79%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C53C7B (or 0xC53C7B) is known color: Medium Red Violet. HEX triplet: C5, 3C and 7B. RGB value is (197,60,123). Sum of RGB (Red+Green+Blue) = 197+60+123=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C7B is #3AC384. Grayscale: #6C6C6C. Windows color (decimal): -3851141 or 8076485. OLE color: 8076485.

HSL color Cylindrical-coordinate representation of color #C53C7B: hue angle of 332.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C7B is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 60 123 -
CMYK 0 0.70 0.38 0.23
HSL 332.41º 0.54% 0.5% -
HSV(B) 332.41º 0.7% 0.77% -
XYZ 28.22 16.53 20.44 -
YUV 108.15 136.39 191.38 -
System Red Green Blue C M Y K H S L
Decimal 197 60 123 0 0.70 0.38 0.23 332.41 0.54 0.5
Hex C5 3C 7B 0 46 26 17 14C 36 32
Octal 305 74 173 0 106 46 27 514 66 62
Binary 11000101 111100 1111011 0 1000110 100110 10111 101001100 110110 110010

Color Harmonies of #C53C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C7B

Black with #C53C7B

Text Example


Text Example

White with #C53C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C7B; }

 p { color: rgb(197,60,123); }

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

background-color css

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

 a { background-color: rgb(197,60,123); }

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

border-color css

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

 span { border-color: rgb(197,60,123); }

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