Html Css Color HEX #C5088F Medium Violet Red

📋 copy color: '#C5088F'

red 197 ◦ green 8 ◦ blue 143

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

Shades of Medium Violet Red #C5088F

Tints of Medium Violet Red #C5088F

RGB

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

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

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

R = 56.61%
G = 2.3%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5088F (or 0xC5088F) is known color: Medium Violet Red. HEX triplet: C5, 08 and 8F. RGB value is (197,8,143). Sum of RGB (Red+Green+Blue) = 197+8+143=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C5088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5088F is #3AF770. Grayscale: #4F4F4F. Windows color (decimal): -3864433 or 9373893. OLE color: 9373893.

HSL color Cylindrical-coordinate representation of color #C5088F: hue angle of 317.14º 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 #C5088F is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 143 -
CMYK 0 0.96 0.27 0.23
HSL 317.14º 0.92% 0.4% -
HSV(B) 317.14º 0.96% 0.77% -
XYZ 28.07 14.03 27.21 -
YUV 79.9 163.62 211.52 -
System Red Green Blue C M Y K H S L
Decimal 197 8 143 0 0.96 0.27 0.23 317.14 0.92 0.4
Hex C5 8 8F 0 60 1B 17 13D 5C 28
Octal 305 10 217 0 140 33 27 475 134 50
Binary 11000101 1000 10001111 0 1100000 11011 10111 100111101 1011100 101000

Color Harmonies of #C5088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5088F

Black with #C5088F

Text Example


Text Example

White with #C5088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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