Html Css Color HEX #C6286F Medium Red Violet

📋 copy color: '#C6286F'

red 198 ◦ green 40 ◦ blue 111

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

Shades of Medium Red Violet #C6286F

Tints of Medium Red Violet #C6286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

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

R = 56.73%
G = 11.46%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6286F (or 0xC6286F) is known color: Medium Red Violet. HEX triplet: C6, 28 and 6F. RGB value is (198,40,111). Sum of RGB (Red+Green+Blue) = 198+40+111=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C6286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6286F is #39D790. Grayscale: #5F5F5F. Windows color (decimal): -3790737 or 7284934. OLE color: 7284934.

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

Color convert

RGB 198 40 111 -
CMYK 0 0.80 0.44 0.22
HSL 333.04º 0.66% 0.47% -
HSV(B) 333.04º 0.8% 0.78% -
XYZ 26.92 14.67 16.45 -
YUV 95.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 198 40 111 0 0.80 0.44 0.22 333.04 0.66 0.47
Hex C6 28 6F 0 50 2C 16 14D 42 2F
Octal 306 50 157 0 120 54 26 515 102 57
Binary 11000110 101000 1101111 0 1010000 101100 10110 101001101 1000010 101111

Color Harmonies of #C6286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6286F

Black with #C6286F

Text Example


Text Example

White with #C6286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6286F; }

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

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

background-color css

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

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

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

border-color css

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

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

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