Html Css Color HEX #C61A6E Medium Violet Red

📋 copy color: '#C61A6E'

red 198 ◦ green 26 ◦ blue 110

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

Shades of Medium Violet Red #C61A6E

Tints of Medium Violet Red #C61A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

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

R = 59.28%
G = 7.78%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C61A6E (or 0xC61A6E) is known color: Medium Violet Red. HEX triplet: C6, 1A and 6E. RGB value is (198,26,110). Sum of RGB (Red+Green+Blue) = 198+26+110=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A6E is #39E591. Grayscale: #565656. Windows color (decimal): -3794322 or 7215814. OLE color: 7215814.

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

Color convert

RGB 198 26 110 -
CMYK 0 0.87 0.44 0.22
HSL 330.7º 0.77% 0.44% -
HSV(B) 330.7º 0.87% 0.78% -
XYZ 26.47 13.87 16.03 -
YUV 87 140.98 207.17 -
System Red Green Blue C M Y K H S L
Decimal 198 26 110 0 0.87 0.44 0.22 330.7 0.77 0.44
Hex C6 1A 6E 0 57 2C 16 14B 4D 2C
Octal 306 32 156 0 127 54 26 513 115 54
Binary 11000110 11010 1101110 0 1010111 101100 10110 101001011 1001101 101100

Color Harmonies of #C61A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A6E

Black with #C61A6E

Text Example


Text Example

White with #C61A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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