Html Css Color HEX #C70087 Medium Violet Red

📋 copy color: '#C70087'

red 199 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #C70087

Tints of Medium Violet Red #C70087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 59.58%
G = 0%
B = 40.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C70087 (or 0xC70087) is known color: Medium Violet Red. HEX triplet: C7, 00 and 87. RGB value is (199,0,135). Sum of RGB (Red+Green+Blue) = 199+0+135=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C70087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70087 is #38FF78. Grayscale: #4A4A4A. Windows color (decimal): -3735417 or 8847559. OLE color: 8847559.

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

Color convert

RGB 199 0 135 -
CMYK 0 1 0.32 0.22
HSL 319.3º 1% 0.39% -
HSV(B) 319.3º 1% 0.78% -
XYZ 27.93 13.89 24.13 -
YUV 74.89 161.93 216.52 -
System Red Green Blue C M Y K H S L
Decimal 199 0 135 0 1 0.32 0.22 319.3 1 0.39
Hex C7 0 87 0 64 20 16 13F 64 27
Octal 307 0 207 0 144 40 26 477 144 47
Binary 11000111 0 10000111 0 1100100 100000 10110 100111111 1100100 100111

Color Harmonies of #C70087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70087

Black with #C70087

Text Example


Text Example

White with #C70087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70087; }

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

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

background-color css

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

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

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

border-color css

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

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

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