Html Css Color HEX #C70085 Medium Violet Red

📋 copy color: '#C70085'

red 199 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #C70085

Tints of Medium Violet Red #C70085

RGB

 RED value IS 199 (78.13% from 255) = 59.94%

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

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

R = 59.94%
G = 0%
B = 40.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C70085 (or 0xC70085) is known color: Medium Violet Red. HEX triplet: C7, 00 and 85. RGB value is (199,0,133). Sum of RGB (Red+Green+Blue) = 199+0+133=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C70085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70085 is #38FF7A. Grayscale: #4A4A4A. Windows color (decimal): -3735419 or 8716487. OLE color: 8716487.

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

Color convert

RGB 199 0 133 -
CMYK 0 1 0.33 0.22
HSL 319.9º 1% 0.39% -
HSV(B) 319.9º 1% 0.78% -
XYZ 27.79 13.84 23.4 -
YUV 74.66 160.93 216.69 -
System Red Green Blue C M Y K H S L
Decimal 199 0 133 0 1 0.33 0.22 319.9 1 0.39
Hex C7 0 85 0 64 21 16 140 64 27
Octal 307 0 205 0 144 41 26 500 144 47
Binary 11000111 0 10000101 0 1100100 100001 10110 101000000 1100100 100111

Color Harmonies of #C70085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70085

Black with #C70085

Text Example


Text Example

White with #C70085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70085; }

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

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

background-color css

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

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

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

border-color css

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

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

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