Html Css Color HEX #C706A2 Medium Violet Red

📋 copy color: '#C706A2'

red 199 ◦ green 6 ◦ blue 162

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

Shades of Medium Violet Red #C706A2

Tints of Medium Violet Red #C706A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.14%

R = 54.22%
G = 1.63%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C706A2 (or 0xC706A2) is known color: Medium Violet Red. HEX triplet: C7, 06 and A2. RGB value is (199,6,162). Sum of RGB (Red+Green+Blue) = 199+6+162=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C706A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C706A2 is #38F95D. Grayscale: #515151. Windows color (decimal): -3733854 or 10618567. OLE color: 10618567.

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

Color convert

RGB 199 6 162 -
CMYK 0 0.97 0.19 0.22
HSL 311.5º 0.94% 0.4% -
HSV(B) 311.5º 0.97% 0.78% -
XYZ 30.14 14.88 35.47 -
YUV 81.49 173.44 211.82 -
System Red Green Blue C M Y K H S L
Decimal 199 6 162 0 0.97 0.19 0.22 311.5 0.94 0.4
Hex C7 6 A2 0 61 13 16 138 5E 28
Octal 307 6 242 0 141 23 26 470 136 50
Binary 11000111 110 10100010 0 1100001 10011 10110 100111000 1011110 101000

Color Harmonies of #C706A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706A2

Black with #C706A2

Text Example


Text Example

White with #C706A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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