Html Css Color HEX #C6296F Medium Red Violet

📋 copy color: '#C6296F'

red 198 ◦ green 41 ◦ blue 111

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

Shades of Medium Red Violet #C6296F

Tints of Medium Red Violet #C6296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.71%

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

R = 56.57%
G = 11.71%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6296F (or 0xC6296F) is known color: Medium Red Violet. HEX triplet: C6, 29 and 6F. RGB value is (198,41,111). Sum of RGB (Red+Green+Blue) = 198+41+111=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C6296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6296F is #39D690. Grayscale: #5F5F5F. Windows color (decimal): -3790481 or 7285190. OLE color: 7285190.

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

Color convert

RGB 198 41 111 -
CMYK 0 0.79 0.44 0.22
HSL 333.25º 0.66% 0.47% -
HSV(B) 333.25º 0.79% 0.78% -
XYZ 26.95 14.74 16.46 -
YUV 95.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 198 41 111 0 0.79 0.44 0.22 333.25 0.66 0.47
Hex C6 29 6F 0 4F 2C 16 14D 42 2F
Octal 306 51 157 0 117 54 26 515 102 57
Binary 11000110 101001 1101111 0 1001111 101100 10110 101001101 1000010 101111

Color Harmonies of #C6296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6296F

Black with #C6296F

Text Example


Text Example

White with #C6296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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