Html Css Color HEX #C706A5 Medium Violet Red

📋 copy color: '#C706A5'

red 199 ◦ green 6 ◦ blue 165

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

Shades of Medium Violet Red #C706A5

Tints of Medium Violet Red #C706A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.59%

R = 53.78%
G = 1.62%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C706A5 (or 0xC706A5) is known color: Medium Violet Red. HEX triplet: C7, 06 and A5. RGB value is (199,6,165). Sum of RGB (Red+Green+Blue) = 199+6+165=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C706A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C706A5 is #38F95A. Grayscale: #515151. Windows color (decimal): -3733851 or 10815175. OLE color: 10815175.

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

Color convert

RGB 199 6 165 -
CMYK 0 0.97 0.17 0.22
HSL 310.57º 0.94% 0.4% -
HSV(B) 310.57º 0.97% 0.78% -
XYZ 30.41 14.99 36.89 -
YUV 81.83 174.94 211.57 -
System Red Green Blue C M Y K H S L
Decimal 199 6 165 0 0.97 0.17 0.22 310.57 0.94 0.4
Hex C7 6 A5 0 61 11 16 137 5E 28
Octal 307 6 245 0 141 21 26 467 136 50
Binary 11000111 110 10100101 0 1100001 10001 10110 100110111 1011110 101000

Color Harmonies of #C706A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706A5

Black with #C706A5

Text Example


Text Example

White with #C706A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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