Html Css Color HEX #C6266E Medium Red Violet

📋 copy color: '#C6266E'

red 198 ◦ green 38 ◦ blue 110

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

Shades of Medium Red Violet #C6266E

Tints of Medium Red Violet #C6266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.98%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 57.23%
G = 10.98%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6266E (or 0xC6266E) is known color: Medium Red Violet. HEX triplet: C6, 26 and 6E. RGB value is (198,38,110). Sum of RGB (Red+Green+Blue) = 198+38+110=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6266E is #39D991. Grayscale: #5D5D5D. Windows color (decimal): -3791250 or 7218886. OLE color: 7218886.

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

Color convert

RGB 198 38 110 -
CMYK 0 0.81 0.44 0.22
HSL 333º 0.68% 0.46% -
HSV(B) 333º 0.81% 0.78% -
XYZ 26.8 14.52 16.14 -
YUV 94.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 198 38 110 0 0.81 0.44 0.22 333 0.68 0.46
Hex C6 26 6E 0 51 2C 16 14D 44 2E
Octal 306 46 156 0 121 54 26 515 104 56
Binary 11000110 100110 1101110 0 1010001 101100 10110 101001101 1000100 101110

Color Harmonies of #C6266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6266E

Black with #C6266E

Text Example


Text Example

White with #C6266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6266E; }

 p { color: rgb(198,38,110); }

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

background-color css

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

 a { background-color: rgb(198,38,110); }

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

border-color css

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

 span { border-color: rgb(198,38,110); }

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