Html Css Color HEX #C70088 Medium Violet Red

📋 copy color: '#C70088'

red 199 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #C70088

Tints of Medium Violet Red #C70088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 59.4%
G = 0%
B = 40.6%

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

#C70088 (or 0xC70088) is known color: Medium Violet Red. HEX triplet: C7, 00 and 88. RGB value is (199,0,136). Sum of RGB (Red+Green+Blue) = 199+0+136=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C70088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70088 is #38FF77. Grayscale: #4A4A4A. Windows color (decimal): -3735416 or 8913095. OLE color: 8913095.

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

Color convert

RGB 199 0 136 -
CMYK 0 1 0.32 0.22
HSL 319º 1% 0.39% -
HSV(B) 319º 1% 0.78% -
XYZ 28 13.92 24.5 -
YUV 75.01 162.43 216.44 -
System Red Green Blue C M Y K H S L
Decimal 199 0 136 0 1 0.32 0.22 319 1 0.39
Hex C7 0 88 0 64 20 16 13F 64 27
Octal 307 0 210 0 144 40 26 477 144 47
Binary 11000111 0 10001000 0 1100100 100000 10110 100111111 1100100 100111

Color Harmonies of #C70088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70088

Black with #C70088

Text Example


Text Example

White with #C70088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70088; }

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

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

background-color css

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

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

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

border-color css

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

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

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