Html Css Color HEX #C5087D Medium Violet Red

📋 copy color: '#C5087D'

red 197 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #C5087D

Tints of Medium Violet Red #C5087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 59.7%
G = 2.42%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5087D (or 0xC5087D) is known color: Medium Violet Red. HEX triplet: C5, 08 and 7D. RGB value is (197,8,125). Sum of RGB (Red+Green+Blue) = 197+8+125=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5087D is #3AF782. Grayscale: #4D4D4D. Windows color (decimal): -3864451 or 8194245. OLE color: 8194245.

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

Color convert

RGB 197 8 125 -
CMYK 0 0.96 0.37 0.23
HSL 322.86º 0.92% 0.4% -
HSV(B) 322.86º 0.96% 0.77% -
XYZ 26.81 13.52 20.6 -
YUV 77.85 154.62 212.99 -
System Red Green Blue C M Y K H S L
Decimal 197 8 125 0 0.96 0.37 0.23 322.86 0.92 0.4
Hex C5 8 7D 0 60 25 17 143 5C 28
Octal 305 10 175 0 140 45 27 503 134 50
Binary 11000101 1000 1111101 0 1100000 100101 10111 101000011 1011100 101000

Color Harmonies of #C5087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5087D

Black with #C5087D

Text Example


Text Example

White with #C5087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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