Html Css Color HEX #C5008C Medium Violet Red

📋 copy color: '#C5008C'

red 197 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #C5008C

Tints of Medium Violet Red #C5008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 58.46%
G = 0%
B = 41.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5008C (or 0xC5008C) is known color: Medium Violet Red. HEX triplet: C5, 00 and 8C. RGB value is (197,0,140). Sum of RGB (Red+Green+Blue) = 197+0+140=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5008C is #3AFF73. Grayscale: #4A4A4A. Windows color (decimal): -3866484 or 9175237. OLE color: 9175237.

HSL color Cylindrical-coordinate representation of color #C5008C: hue angle of 317.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5008C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 140 -
CMYK 0 1 0.29 0.23
HSL 317.36º 1% 0.39% -
HSV(B) 317.36º 1% 0.77% -
XYZ 27.76 13.76 26 -
YUV 74.86 164.77 215.12 -
System Red Green Blue C M Y K H S L
Decimal 197 0 140 0 1 0.29 0.23 317.36 1 0.39
Hex C5 0 8C 0 64 1D 17 13D 64 27
Octal 305 0 214 0 144 35 27 475 144 47
Binary 11000101 0 10001100 0 1100100 11101 10111 100111101 1100100 100111

Color Harmonies of #C5008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5008C

Black with #C5008C

Text Example


Text Example

White with #C5008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5008C; }

 p { color: rgb(197,0,140); }

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

background-color css

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

 a { background-color: rgb(197,0,140); }

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

border-color css

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

 span { border-color: rgb(197,0,140); }

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