Html Css Color HEX #C618A1 Medium Violet Red

📋 copy color: '#C618A1'

red 198 ◦ green 24 ◦ blue 161

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

Shades of Medium Violet Red #C618A1

Tints of Medium Violet Red #C618A1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.27%

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 51.7%
G = 6.27%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C618A1 (or 0xC618A1) is known color: Medium Violet Red. HEX triplet: C6, 18 and A1. RGB value is (198,24,161). Sum of RGB (Red+Green+Blue) = 198+24+161=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C618A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C618A1 is #39E75E. Grayscale: #5B5B5B. Windows color (decimal): -3794783 or 10557638. OLE color: 10557638.

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

Color convert

RGB 198 24 161 -
CMYK 0 0.88 0.19 0.22
HSL 312.76º 0.78% 0.44% -
HSV(B) 312.76º 0.88% 0.78% -
XYZ 30.05 15.23 35.07 -
YUV 91.64 167.15 203.86 -
System Red Green Blue C M Y K H S L
Decimal 198 24 161 0 0.88 0.19 0.22 312.76 0.78 0.44
Hex C6 18 A1 0 58 13 16 139 4E 2C
Octal 306 30 241 0 130 23 26 471 116 54
Binary 11000110 11000 10100001 0 1011000 10011 10110 100111001 1001110 101100

Color Harmonies of #C618A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618A1

Black with #C618A1

Text Example


Text Example

White with #C618A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618A1; }

 p { color: rgb(198,24,161); }

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

background-color css

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

 a { background-color: rgb(198,24,161); }

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

border-color css

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

 span { border-color: rgb(198,24,161); }

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