Html Css Color HEX #C508A0 Medium Violet Red

📋 copy color: '#C508A0'

red 197 ◦ green 8 ◦ blue 160

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

Shades of Medium Violet Red #C508A0

Tints of Medium Violet Red #C508A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.84%

R = 53.97%
G = 2.19%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C508A0 (or 0xC508A0) is known color: Medium Violet Red. HEX triplet: C5, 08 and A0. RGB value is (197,8,160). Sum of RGB (Red+Green+Blue) = 197+8+160=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C508A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C508A0 is #3AF75F. Grayscale: #515151. Windows color (decimal): -3864416 or 10488005. OLE color: 10488005.

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

Color convert

RGB 197 8 160 -
CMYK 0 0.96 0.19 0.23
HSL 311.75º 0.92% 0.4% -
HSV(B) 311.75º 0.96% 0.77% -
XYZ 29.46 14.58 34.52 -
YUV 81.84 172.12 210.14 -
System Red Green Blue C M Y K H S L
Decimal 197 8 160 0 0.96 0.19 0.23 311.75 0.92 0.4
Hex C5 8 A0 0 60 13 17 138 5C 28
Octal 305 10 240 0 140 23 27 470 134 50
Binary 11000101 1000 10100000 0 1100000 10011 10111 100111000 1011100 101000

Color Harmonies of #C508A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508A0

Black with #C508A0

Text Example


Text Example

White with #C508A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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