Html Css Color HEX #C5086C Medium Violet Red

📋 copy color: '#C5086C'

red 197 ◦ green 8 ◦ blue 108

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

Shades of Medium Violet Red #C5086C

Tints of Medium Violet Red #C5086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 62.94%
G = 2.56%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5086C (or 0xC5086C) is known color: Medium Violet Red. HEX triplet: C5, 08 and 6C. RGB value is (197,8,108). Sum of RGB (Red+Green+Blue) = 197+8+108=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5086C is #3AF793. Grayscale: #4B4B4B. Windows color (decimal): -3864468 or 7080133. OLE color: 7080133.

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

Color convert

RGB 197 8 108 -
CMYK 0 0.96 0.45 0.23
HSL 328.25º 0.92% 0.4% -
HSV(B) 328.25º 0.96% 0.77% -
XYZ 25.82 13.13 15.36 -
YUV 75.91 146.12 214.37 -
System Red Green Blue C M Y K H S L
Decimal 197 8 108 0 0.96 0.45 0.23 328.25 0.92 0.4
Hex C5 8 6C 0 60 2D 17 148 5C 28
Octal 305 10 154 0 140 55 27 510 134 50
Binary 11000101 1000 1101100 0 1100000 101101 10111 101001000 1011100 101000

Color Harmonies of #C5086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5086C

Black with #C5086C

Text Example


Text Example

White with #C5086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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