Html Css Color HEX #C61F9A Medium Violet Red

📋 copy color: '#C61F9A'

red 198 ◦ green 31 ◦ blue 154

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

Shades of Medium Violet Red #C61F9A

Tints of Medium Violet Red #C61F9A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.09%

 BLUE value IS 154 (60.55% from 255) = 40.21%

R = 51.7%
G = 8.09%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C61F9A (or 0xC61F9A) is known color: Medium Violet Red. HEX triplet: C6, 1F and 9A. RGB value is (198,31,154). Sum of RGB (Red+Green+Blue) = 198+31+154=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61F9A is #39E065. Grayscale: #5E5E5E. Windows color (decimal): -3792998 or 10100678. OLE color: 10100678.

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

Color convert

RGB 198 31 154 -
CMYK 0 0.84 0.22 0.22
HSL 315.81º 0.73% 0.45% -
HSV(B) 315.81º 0.84% 0.78% -
XYZ 29.61 15.32 31.97 -
YUV 94.96 161.33 201.5 -
System Red Green Blue C M Y K H S L
Decimal 198 31 154 0 0.84 0.22 0.22 315.81 0.73 0.45
Hex C6 1F 9A 0 54 16 16 13C 49 2D
Octal 306 37 232 0 124 26 26 474 111 55
Binary 11000110 11111 10011010 0 1010100 10110 10110 100111100 1001001 101101

Color Harmonies of #C61F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F9A

Black with #C61F9A

Text Example


Text Example

White with #C61F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F9A; }

 p { color: rgb(198,31,154); }

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

background-color css

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

 a { background-color: rgb(198,31,154); }

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

border-color css

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

 span { border-color: rgb(198,31,154); }

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