Html Css Color HEX #C5088E Medium Violet Red

📋 copy color: '#C5088E'

red 197 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #C5088E

Tints of Medium Violet Red #C5088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 56.77%
G = 2.31%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5088E (or 0xC5088E) is known color: Medium Violet Red. HEX triplet: C5, 08 and 8E. RGB value is (197,8,142). Sum of RGB (Red+Green+Blue) = 197+8+142=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5088E is #3AF771. Grayscale: #4F4F4F. Windows color (decimal): -3864434 or 9308357. OLE color: 9308357.

HSL color Cylindrical-coordinate representation of color #C5088E: hue angle of 317.46º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5088E is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 142 -
CMYK 0 0.96 0.28 0.23
HSL 317.46º 0.92% 0.4% -
HSV(B) 317.46º 0.96% 0.77% -
XYZ 28 14 26.82 -
YUV 79.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 197 8 142 0 0.96 0.28 0.23 317.46 0.92 0.4
Hex C5 8 8E 0 60 1C 17 13D 5C 28
Octal 305 10 216 0 140 34 27 475 134 50
Binary 11000101 1000 10001110 0 1100000 11100 10111 100111101 1011100 101000

Color Harmonies of #C5088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5088E

Black with #C5088E

Text Example


Text Example

White with #C5088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5088E; }

 p { color: rgb(197,8,142); }

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

background-color css

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

 a { background-color: rgb(197,8,142); }

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

border-color css

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

 span { border-color: rgb(197,8,142); }

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