Html Css Color HEX #C6277F Medium Red Violet

📋 copy color: '#C6277F'

red 198 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #C6277F

Tints of Medium Red Violet #C6277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 54.4%
G = 10.71%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6277F (or 0xC6277F) is known color: Medium Red Violet. HEX triplet: C6, 27 and 7F. RGB value is (198,39,127). Sum of RGB (Red+Green+Blue) = 198+39+127=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6277F is #39D880. Grayscale: #606060. Windows color (decimal): -3790977 or 8333254. OLE color: 8333254.

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

Color convert

RGB 198 39 127 -
CMYK 0 0.80 0.36 0.22
HSL 326.79º 0.67% 0.46% -
HSV(B) 326.79º 0.8% 0.78% -
XYZ 27.84 14.99 21.5 -
YUV 96.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 198 39 127 0 0.80 0.36 0.22 326.79 0.67 0.46
Hex C6 27 7F 0 50 24 16 147 43 2E
Octal 306 47 177 0 120 44 26 507 103 56
Binary 11000110 100111 1111111 0 1010000 100100 10110 101000111 1000011 101110

Color Harmonies of #C6277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6277F

Black with #C6277F

Text Example


Text Example

White with #C6277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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