Html Css Color HEX #C8096E Medium Violet Red

📋 copy color: '#C8096E'

red 200 ◦ green 9 ◦ blue 110

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

Shades of Medium Violet Red #C8096E

Tints of Medium Violet Red #C8096E

RGB

 RED value IS 200 (78.52% from 255) = 62.7%

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

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

R = 62.7%
G = 2.82%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8096E (or 0xC8096E) is known color: Medium Violet Red. HEX triplet: C8, 09 and 6E. RGB value is (200,9,110). Sum of RGB (Red+Green+Blue) = 200+9+110=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C8096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8096E is #37F691. Grayscale: #4D4D4D. Windows color (decimal): -3667602 or 7211464. OLE color: 7211464.

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

Color convert

RGB 200 9 110 -
CMYK 0 0.96 0.45 0.22
HSL 328.27º 0.91% 0.41% -
HSV(B) 328.27º 0.96% 0.78% -
XYZ 26.73 13.6 15.97 -
YUV 77.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 200 9 110 0 0.96 0.45 0.22 328.27 0.91 0.41
Hex C8 9 6E 0 60 2D 16 148 5B 29
Octal 310 11 156 0 140 55 26 510 133 51
Binary 11001000 1001 1101110 0 1100000 101101 10110 101001000 1011011 101001

Color Harmonies of #C8096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8096E

Black with #C8096E

Text Example


Text Example

White with #C8096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8096E; }

 p { color: rgb(200,9,110); }

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

background-color css

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

 a { background-color: rgb(200,9,110); }

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

border-color css

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

 span { border-color: rgb(200,9,110); }

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