Html Css Color HEX #C6096D Medium Violet Red

📋 copy color: '#C6096D'

red 198 ◦ green 9 ◦ blue 109

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

Shades of Medium Violet Red #C6096D

Tints of Medium Violet Red #C6096D

RGB

 RED value IS 198 (77.73% from 255) = 62.66%

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 62.66%
G = 2.85%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6096D (or 0xC6096D) is known color: Medium Violet Red. HEX triplet: C6, 09 and 6D. RGB value is (198,9,109). Sum of RGB (Red+Green+Blue) = 198+9+109=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C6096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6096D is #39F692. Grayscale: #4C4C4C. Windows color (decimal): -3798675 or 7145926. OLE color: 7145926.

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

Color convert

RGB 198 9 109 -
CMYK 0 0.95 0.45 0.22
HSL 328.25º 0.91% 0.41% -
HSV(B) 328.25º 0.95% 0.78% -
XYZ 26.15 13.31 15.66 -
YUV 76.91 146.12 214.37 -
System Red Green Blue C M Y K H S L
Decimal 198 9 109 0 0.95 0.45 0.22 328.25 0.91 0.41
Hex C6 9 6D 0 5F 2D 16 148 5B 29
Octal 306 11 155 0 137 55 26 510 133 51
Binary 11000110 1001 1101101 0 1011111 101101 10110 101001000 1011011 101001

Color Harmonies of #C6096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6096D

Black with #C6096D

Text Example


Text Example

White with #C6096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6096D; }

 p { color: rgb(198,9,109); }

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

background-color css

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

 a { background-color: rgb(198,9,109); }

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

border-color css

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

 span { border-color: rgb(198,9,109); }

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