Html Css Color HEX #C61A8A Medium Violet Red

📋 copy color: '#C61A8A'

red 198 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #C61A8A

Tints of Medium Violet Red #C61A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 54.7%
G = 7.18%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C61A8A (or 0xC61A8A) is known color: Medium Violet Red. HEX triplet: C6, 1A and 8A. RGB value is (198,26,138). Sum of RGB (Red+Green+Blue) = 198+26+138=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61A8A is #39E575. Grayscale: #595959. Windows color (decimal): -3794294 or 9050822. OLE color: 9050822.

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

Color convert

RGB 198 26 138 -
CMYK 0 0.87 0.30 0.22
HSL 320.93º 0.77% 0.44% -
HSV(B) 320.93º 0.87% 0.78% -
XYZ 28.25 14.58 25.37 -
YUV 90.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 198 26 138 0 0.87 0.30 0.22 320.93 0.77 0.44
Hex C6 1A 8A 0 57 1E 16 141 4D 2C
Octal 306 32 212 0 127 36 26 501 115 54
Binary 11000110 11010 10001010 0 1010111 11110 10110 101000001 1001101 101100

Color Harmonies of #C61A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A8A

Black with #C61A8A

Text Example


Text Example

White with #C61A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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