Html Css Color HEX #C70688 Medium Violet Red

📋 copy color: '#C70688'

red 199 ◦ green 6 ◦ blue 136

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

Shades of Medium Violet Red #C70688

Tints of Medium Violet Red #C70688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

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

R = 58.36%
G = 1.76%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C70688 (or 0xC70688) is known color: Medium Violet Red. HEX triplet: C7, 06 and 88. RGB value is (199,6,136). Sum of RGB (Red+Green+Blue) = 199+6+136=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C70688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70688 is #38F977. Grayscale: #4E4E4E. Windows color (decimal): -3733880 or 8914631. OLE color: 8914631.

HSL color Cylindrical-coordinate representation of color #C70688: hue angle of 319.59º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70688 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 6 136 -
CMYK 0 0.97 0.32 0.22
HSL 319.59º 0.94% 0.4% -
HSV(B) 319.59º 0.97% 0.78% -
XYZ 28.06 14.05 24.53 -
YUV 78.53 160.44 213.93 -
System Red Green Blue C M Y K H S L
Decimal 199 6 136 0 0.97 0.32 0.22 319.59 0.94 0.4
Hex C7 6 88 0 61 20 16 140 5E 28
Octal 307 6 210 0 141 40 26 500 136 50
Binary 11000111 110 10001000 0 1100001 100000 10110 101000000 1011110 101000

Color Harmonies of #C70688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70688

Black with #C70688

Text Example


Text Example

White with #C70688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70688; }

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

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

background-color css

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

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

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

border-color css

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

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

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