Html Css Color HEX #C70698 Medium Violet Red

📋 copy color: '#C70698'

red 199 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #C70698

Tints of Medium Violet Red #C70698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 55.74%
G = 1.68%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C70698 (or 0xC70698) is known color: Medium Violet Red. HEX triplet: C7, 06 and 98. RGB value is (199,6,152). Sum of RGB (Red+Green+Blue) = 199+6+152=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C70698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70698 is #38F967. Grayscale: #4F4F4F. Windows color (decimal): -3733864 or 9963207. OLE color: 9963207.

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

Color convert

RGB 199 6 152 -
CMYK 0 0.97 0.24 0.22
HSL 314.61º 0.94% 0.4% -
HSV(B) 314.61º 0.97% 0.78% -
XYZ 29.29 14.54 30.97 -
YUV 80.35 168.44 212.63 -
System Red Green Blue C M Y K H S L
Decimal 199 6 152 0 0.97 0.24 0.22 314.61 0.94 0.4
Hex C7 6 98 0 61 18 16 13B 5E 28
Octal 307 6 230 0 141 30 26 473 136 50
Binary 11000111 110 10011000 0 1100001 11000 10110 100111011 1011110 101000

Color Harmonies of #C70698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70698

Black with #C70698

Text Example


Text Example

White with #C70698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70698; }

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

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

background-color css

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

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

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

border-color css

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

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

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