Html Css Color HEX #C7096B Medium Violet Red

📋 copy color: '#C7096B'

red 199 ◦ green 9 ◦ blue 107

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

Shades of Medium Violet Red #C7096B

Tints of Medium Violet Red #C7096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 63.17%
G = 2.86%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7096B (or 0xC7096B) is known color: Medium Violet Red. HEX triplet: C7, 09 and 6B. RGB value is (199,9,107). Sum of RGB (Red+Green+Blue) = 199+9+107=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7096B is #38F694. Grayscale: #4C4C4C. Windows color (decimal): -3733141 or 7014855. OLE color: 7014855.

HSL color Cylindrical-coordinate representation of color #C7096B: hue angle of 329.05º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7096B is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 9 107 -
CMYK 0 0.95 0.46 0.22
HSL 329.05º 0.91% 0.41% -
HSV(B) 329.05º 0.95% 0.78% -
XYZ 26.3 13.4 15.11 -
YUV 76.98 144.95 215.03 -
System Red Green Blue C M Y K H S L
Decimal 199 9 107 0 0.95 0.46 0.22 329.05 0.91 0.41
Hex C7 9 6B 0 5F 2E 16 149 5B 29
Octal 307 11 153 0 137 56 26 511 133 51
Binary 11000111 1001 1101011 0 1011111 101110 10110 101001001 1011011 101001

Color Harmonies of #C7096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7096B

Black with #C7096B

Text Example


Text Example

White with #C7096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7096B; }

 p { color: rgb(199,9,107); }

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

background-color css

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

 a { background-color: rgb(199,9,107); }

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

border-color css

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

 span { border-color: rgb(199,9,107); }

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