Html Css Color HEX #C5348F Medium Red Violet

📋 copy color: '#C5348F'

red 197 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #C5348F

Tints of Medium Red Violet #C5348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.27%

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 50.26%
G = 13.27%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5348F (or 0xC5348F) is known color: Medium Red Violet. HEX triplet: C5, 34 and 8F. RGB value is (197,52,143). Sum of RGB (Red+Green+Blue) = 197+52+143=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5348F is #3ACB70. Grayscale: #696969. Windows color (decimal): -3853169 or 9385157. OLE color: 9385157.

HSL color Cylindrical-coordinate representation of color #C5348F: hue angle of 322.34º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5348F is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 143 -
CMYK 0 0.74 0.27 0.23
HSL 322.34º 0.58% 0.49% -
HSV(B) 322.34º 0.74% 0.77% -
XYZ 29.21 16.31 27.6 -
YUV 105.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 197 52 143 0 0.74 0.27 0.23 322.34 0.58 0.49
Hex C5 34 8F 0 4A 1B 17 142 3A 31
Octal 305 64 217 0 112 33 27 502 72 61
Binary 11000101 110100 10001111 0 1001010 11011 10111 101000010 111010 110001

Color Harmonies of #C5348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5348F

Black with #C5348F

Text Example


Text Example

White with #C5348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5348F; }

 p { color: rgb(197,52,143); }

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

background-color css

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

 a { background-color: rgb(197,52,143); }

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

border-color css

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

 span { border-color: rgb(197,52,143); }

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