Html Css Color HEX #C70089 Medium Violet Red

📋 copy color: '#C70089'

red 199 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #C70089

Tints of Medium Violet Red #C70089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 59.23%
G = 0%
B = 40.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C70089 (or 0xC70089) is known color: Medium Violet Red. HEX triplet: C7, 00 and 89. RGB value is (199,0,137). Sum of RGB (Red+Green+Blue) = 199+0+137=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C70089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70089 is #38FF76. Grayscale: #4A4A4A. Windows color (decimal): -3735415 or 8978631. OLE color: 8978631.

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

Color convert

RGB 199 0 137 -
CMYK 0 1 0.31 0.22
HSL 318.69º 1% 0.39% -
HSV(B) 318.69º 1% 0.78% -
XYZ 28.07 13.95 24.88 -
YUV 75.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 199 0 137 0 1 0.31 0.22 318.69 1 0.39
Hex C7 0 89 0 64 1F 16 13F 64 27
Octal 307 0 211 0 144 37 26 477 144 47
Binary 11000111 0 10001001 0 1100100 11111 10110 100111111 1100100 100111

Color Harmonies of #C70089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70089

Black with #C70089

Text Example


Text Example

White with #C70089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70089; }

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

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

background-color css

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

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

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

border-color css

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

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

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