Html Css Color HEX #C5388A Medium Red Violet

📋 copy color: '#C5388A'

red 197 ◦ green 56 ◦ blue 138

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

Shades of Medium Red Violet #C5388A

Tints of Medium Red Violet #C5388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 50.38%
G = 14.32%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5388A (or 0xC5388A) is known color: Medium Red Violet. HEX triplet: C5, 38 and 8A. RGB value is (197,56,138). Sum of RGB (Red+Green+Blue) = 197+56+138=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5388A is #3AC775. Grayscale: #6B6B6B. Windows color (decimal): -3852150 or 9058501. OLE color: 9058501.

HSL color Cylindrical-coordinate representation of color #C5388A: hue angle of 325.11º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5388A is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 138 -
CMYK 0 0.72 0.30 0.23
HSL 325.11º 0.56% 0.5% -
HSV(B) 325.11º 0.72% 0.77% -
XYZ 29.03 16.53 25.71 -
YUV 107.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 197 56 138 0 0.72 0.30 0.23 325.11 0.56 0.5
Hex C5 38 8A 0 48 1E 17 145 38 32
Octal 305 70 212 0 110 36 27 505 70 62
Binary 11000101 111000 10001010 0 1001000 11110 10111 101000101 111000 110010

Color Harmonies of #C5388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5388A

Black with #C5388A

Text Example


Text Example

White with #C5388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5388A; }

 p { color: rgb(197,56,138); }

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

background-color css

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

 a { background-color: rgb(197,56,138); }

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

border-color css

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

 span { border-color: rgb(197,56,138); }

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