Html Css Color HEX #C6088E Medium Violet Red

📋 copy color: '#C6088E'

red 198 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #C6088E

Tints of Medium Violet Red #C6088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 56.9%
G = 2.3%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6088E (or 0xC6088E) is known color: Medium Violet Red. HEX triplet: C6, 08 and 8E. RGB value is (198,8,142). Sum of RGB (Red+Green+Blue) = 198+8+142=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C6088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6088E is #39F771. Grayscale: #4F4F4F. Windows color (decimal): -3798898 or 9308358. OLE color: 9308358.

HSL color Cylindrical-coordinate representation of color #C6088E: hue angle of 317.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6088E is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 8 142 -
CMYK 0 0.96 0.28 0.22
HSL 317.68º 0.92% 0.4% -
HSV(B) 317.68º 0.96% 0.78% -
XYZ 28.26 14.13 26.83 -
YUV 80.09 162.95 212.1 -
System Red Green Blue C M Y K H S L
Decimal 198 8 142 0 0.96 0.28 0.22 317.68 0.92 0.4
Hex C6 8 8E 0 60 1C 16 13E 5C 28
Octal 306 10 216 0 140 34 26 476 134 50
Binary 11000110 1000 10001110 0 1100000 11100 10110 100111110 1011100 101000

Color Harmonies of #C6088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6088E

Black with #C6088E

Text Example


Text Example

White with #C6088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6088E; }

 p { color: rgb(198,8,142); }

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

background-color css

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

 a { background-color: rgb(198,8,142); }

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

border-color css

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

 span { border-color: rgb(198,8,142); }

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