Html Css Color HEX #C70695 Medium Violet Red

📋 copy color: '#C70695'

red 199 ◦ green 6 ◦ blue 149

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

Shades of Medium Violet Red #C70695

Tints of Medium Violet Red #C70695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 56.21%
G = 1.69%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C70695 (or 0xC70695) is known color: Medium Violet Red. HEX triplet: C7, 06 and 95. RGB value is (199,6,149). Sum of RGB (Red+Green+Blue) = 199+6+149=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C70695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70695 is #38F96A. Grayscale: #4F4F4F. Windows color (decimal): -3733867 or 9766599. OLE color: 9766599.

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

Color convert

RGB 199 6 149 -
CMYK 0 0.97 0.25 0.22
HSL 315.54º 0.94% 0.4% -
HSV(B) 315.54º 0.97% 0.78% -
XYZ 29.04 14.44 29.69 -
YUV 80.01 166.94 212.87 -
System Red Green Blue C M Y K H S L
Decimal 199 6 149 0 0.97 0.25 0.22 315.54 0.94 0.4
Hex C7 6 95 0 61 19 16 13C 5E 28
Octal 307 6 225 0 141 31 26 474 136 50
Binary 11000111 110 10010101 0 1100001 11001 10110 100111100 1011110 101000

Color Harmonies of #C70695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70695

Black with #C70695

Text Example


Text Example

White with #C70695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70695; }

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

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

background-color css

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

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

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

border-color css

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

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

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