Html Css Color HEX #C6066F Medium Violet Red

📋 copy color: '#C6066F'

red 198 ◦ green 6 ◦ blue 111

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

Shades of Medium Violet Red #C6066F

Tints of Medium Violet Red #C6066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 62.86%
G = 1.9%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6066F (or 0xC6066F) is known color: Medium Violet Red. HEX triplet: C6, 06 and 6F. RGB value is (198,6,111). Sum of RGB (Red+Green+Blue) = 198+6+111=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C6066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6066F is #39F990. Grayscale: #4B4B4B. Windows color (decimal): -3799441 or 7276230. OLE color: 7276230.

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

Color convert

RGB 198 6 111 -
CMYK 0 0.97 0.44 0.22
HSL 327.19º 0.94% 0.4% -
HSV(B) 327.19º 0.97% 0.78% -
XYZ 26.22 13.28 16.22 -
YUV 75.38 148.11 215.46 -
System Red Green Blue C M Y K H S L
Decimal 198 6 111 0 0.97 0.44 0.22 327.19 0.94 0.4
Hex C6 6 6F 0 61 2C 16 147 5E 28
Octal 306 6 157 0 141 54 26 507 136 50
Binary 11000110 110 1101111 0 1100001 101100 10110 101000111 1011110 101000

Color Harmonies of #C6066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6066F

Black with #C6066F

Text Example


Text Example

White with #C6066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6066F; }

 p { color: rgb(198,6,111); }

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

background-color css

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

 a { background-color: rgb(198,6,111); }

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

border-color css

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

 span { border-color: rgb(198,6,111); }

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