Html Css Color HEX #C6277C Medium Red Violet

📋 copy color: '#C6277C'

red 198 ◦ green 39 ◦ blue 124

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

Shades of Medium Red Violet #C6277C

Tints of Medium Red Violet #C6277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 54.85%
G = 10.8%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6277C (or 0xC6277C) is known color: Medium Red Violet. HEX triplet: C6, 27 and 7C. RGB value is (198,39,124). Sum of RGB (Red+Green+Blue) = 198+39+124=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6277C is #39D883. Grayscale: #606060. Windows color (decimal): -3790980 or 8136646. OLE color: 8136646.

HSL color Cylindrical-coordinate representation of color #C6277C: hue angle of 327.92º 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 #C6277C is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 39 124 -
CMYK 0 0.80 0.37 0.22
HSL 327.92º 0.67% 0.46% -
HSV(B) 327.92º 0.8% 0.78% -
XYZ 27.65 14.91 20.49 -
YUV 96.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 198 39 124 0 0.80 0.37 0.22 327.92 0.67 0.46
Hex C6 27 7C 0 50 25 16 148 43 2E
Octal 306 47 174 0 120 45 26 510 103 56
Binary 11000110 100111 1111100 0 1010000 100101 10110 101001000 1000011 101110

Color Harmonies of #C6277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6277C

Black with #C6277C

Text Example


Text Example

White with #C6277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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