Html Css Color HEX #C7099B Medium Violet Red

📋 copy color: '#C7099B'

red 199 ◦ green 9 ◦ blue 155

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

Shades of Medium Violet Red #C7099B

Tints of Medium Violet Red #C7099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 54.82%
G = 2.48%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7099B (or 0xC7099B) is known color: Medium Violet Red. HEX triplet: C7, 09 and 9B. RGB value is (199,9,155). Sum of RGB (Red+Green+Blue) = 199+9+155=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7099B is #38F664. Grayscale: #525252. Windows color (decimal): -3733093 or 10160583. OLE color: 10160583.

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

Color convert

RGB 199 9 155 -
CMYK 0 0.95 0.22 0.22
HSL 313.89º 0.91% 0.41% -
HSV(B) 313.89º 0.95% 0.78% -
XYZ 29.57 14.7 32.29 -
YUV 82.45 168.95 211.13 -
System Red Green Blue C M Y K H S L
Decimal 199 9 155 0 0.95 0.22 0.22 313.89 0.91 0.41
Hex C7 9 9B 0 5F 16 16 13A 5B 29
Octal 307 11 233 0 137 26 26 472 133 51
Binary 11000111 1001 10011011 0 1011111 10110 10110 100111010 1011011 101001

Color Harmonies of #C7099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7099B

Black with #C7099B

Text Example


Text Example

White with #C7099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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