Html Css Color HEX #C61690 Medium Violet Red

📋 copy color: '#C61690'

red 198 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #C61690

Tints of Medium Violet Red #C61690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 54.4%
G = 6.04%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C61690 (or 0xC61690) is known color: Medium Violet Red. HEX triplet: C6, 16 and 90. RGB value is (198,22,144). Sum of RGB (Red+Green+Blue) = 198+22+144=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C61690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61690 is #39E96F. Grayscale: #585858. Windows color (decimal): -3795312 or 9443014. OLE color: 9443014.

HSL color Cylindrical-coordinate representation of color #C61690: hue angle of 318.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61690 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 144 -
CMYK 0 0.89 0.27 0.22
HSL 318.41º 0.8% 0.43% -
HSV(B) 318.41º 0.89% 0.78% -
XYZ 28.61 14.59 27.69 -
YUV 88.53 159.31 206.08 -
System Red Green Blue C M Y K H S L
Decimal 198 22 144 0 0.89 0.27 0.22 318.41 0.8 0.43
Hex C6 16 90 0 59 1B 16 13E 50 2B
Octal 306 26 220 0 131 33 26 476 120 53
Binary 11000110 10110 10010000 0 1011001 11011 10110 100111110 1010000 101011

Color Harmonies of #C61690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61690

Black with #C61690

Text Example


Text Example

White with #C61690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61690; }

 p { color: rgb(198,22,144); }

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

background-color css

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

 a { background-color: rgb(198,22,144); }

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

border-color css

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

 span { border-color: rgb(198,22,144); }

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