Html Css Color HEX #C6278E Medium Red Violet

📋 copy color: '#C6278E'

red 198 ◦ green 39 ◦ blue 142

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

Shades of Medium Red Violet #C6278E

Tints of Medium Red Violet #C6278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.29%

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

R = 52.24%
G = 10.29%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6278E (or 0xC6278E) is known color: Medium Red Violet. HEX triplet: C6, 27 and 8E. RGB value is (198,39,142). Sum of RGB (Red+Green+Blue) = 198+39+142=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6278E is #39D871. Grayscale: #626262. Windows color (decimal): -3790962 or 9316294. OLE color: 9316294.

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

Color convert

RGB 198 39 142 -
CMYK 0 0.80 0.28 0.22
HSL 321.13º 0.67% 0.46% -
HSV(B) 321.13º 0.8% 0.78% -
XYZ 28.9 15.41 27.04 -
YUV 98.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 198 39 142 0 0.80 0.28 0.22 321.13 0.67 0.46
Hex C6 27 8E 0 50 1C 16 141 43 2E
Octal 306 47 216 0 120 34 26 501 103 56
Binary 11000110 100111 10001110 0 1010000 11100 10110 101000001 1000011 101110

Color Harmonies of #C6278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6278E

Black with #C6278E

Text Example


Text Example

White with #C6278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6278E; }

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

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

background-color css

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

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

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

border-color css

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

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

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