Html Css Color HEX #C50085 Medium Violet Red

📋 copy color: '#C50085'

red 197 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #C50085

Tints of Medium Violet Red #C50085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 59.7%
G = 0%
B = 40.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C50085 (or 0xC50085) is known color: Medium Violet Red. HEX triplet: C5, 00 and 85. RGB value is (197,0,133). Sum of RGB (Red+Green+Blue) = 197+0+133=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C50085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50085 is #3AFF7A. Grayscale: #494949. Windows color (decimal): -3866491 or 8716485. OLE color: 8716485.

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

Color convert

RGB 197 0 133 -
CMYK 0 1 0.32 0.23
HSL 319.49º 1% 0.39% -
HSV(B) 319.49º 1% 0.77% -
XYZ 27.26 13.56 23.37 -
YUV 74.07 161.27 215.69 -
System Red Green Blue C M Y K H S L
Decimal 197 0 133 0 1 0.32 0.23 319.49 1 0.39
Hex C5 0 85 0 64 20 17 13F 64 27
Octal 305 0 205 0 144 40 27 477 144 47
Binary 11000101 0 10000101 0 1100100 100000 10111 100111111 1100100 100111

Color Harmonies of #C50085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50085

Black with #C50085

Text Example


Text Example

White with #C50085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50085; }

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

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

background-color css

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

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

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

border-color css

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

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

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