Html Css Color HEX #C7066E Medium Violet Red

📋 copy color: '#C7066E'

red 199 ◦ green 6 ◦ blue 110

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

Shades of Medium Violet Red #C7066E

Tints of Medium Violet Red #C7066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 63.17%
G = 1.9%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7066E (or 0xC7066E) is known color: Medium Violet Red. HEX triplet: C7, 06 and 6E. RGB value is (199,6,110). Sum of RGB (Red+Green+Blue) = 199+6+110=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7066E is #38F991. Grayscale: #4B4B4B. Windows color (decimal): -3733906 or 7210695. OLE color: 7210695.

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

Color convert

RGB 199 6 110 -
CMYK 0 0.97 0.45 0.22
HSL 327.67º 0.94% 0.4% -
HSV(B) 327.67º 0.97% 0.78% -
XYZ 26.43 13.4 15.94 -
YUV 75.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 199 6 110 0 0.97 0.45 0.22 327.67 0.94 0.4
Hex C7 6 6E 0 61 2D 16 148 5E 28
Octal 307 6 156 0 141 55 26 510 136 50
Binary 11000111 110 1101110 0 1100001 101101 10110 101001000 1011110 101000

Color Harmonies of #C7066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7066E

Black with #C7066E

Text Example


Text Example

White with #C7066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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