Html Css Color HEX #C6277A Medium Red Violet

📋 copy color: '#C6277A'

red 198 ◦ green 39 ◦ blue 122

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

Shades of Medium Red Violet #C6277A

Tints of Medium Red Violet #C6277A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 55.15%
G = 10.86%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6277A (or 0xC6277A) is known color: Medium Red Violet. HEX triplet: C6, 27 and 7A. RGB value is (198,39,122). Sum of RGB (Red+Green+Blue) = 198+39+122=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6277A is #39D885. Grayscale: #5F5F5F. Windows color (decimal): -3790982 or 8005574. OLE color: 8005574.

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

Color convert

RGB 198 39 122 -
CMYK 0 0.80 0.38 0.22
HSL 328.68º 0.67% 0.46% -
HSV(B) 328.68º 0.8% 0.78% -
XYZ 27.53 14.86 19.83 -
YUV 96 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 198 39 122 0 0.80 0.38 0.22 328.68 0.67 0.46
Hex C6 27 7A 0 50 26 16 149 43 2E
Octal 306 47 172 0 120 46 26 511 103 56
Binary 11000110 100111 1111010 0 1010000 100110 10110 101001001 1000011 101110

Color Harmonies of #C6277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6277A

Black with #C6277A

Text Example


Text Example

White with #C6277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6277A; }

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

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

background-color css

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

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

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

border-color css

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

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

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