Html Css Color HEX #C618A3 Medium Violet Red

📋 copy color: '#C618A3'

red 198 ◦ green 24 ◦ blue 163

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

Shades of Medium Violet Red #C618A3

Tints of Medium Violet Red #C618A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.34%

R = 51.43%
G = 6.23%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C618A3 (or 0xC618A3) is known color: Medium Violet Red. HEX triplet: C6, 18 and A3. RGB value is (198,24,163). Sum of RGB (Red+Green+Blue) = 198+24+163=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C618A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C618A3 is #39E75C. Grayscale: #5B5B5B. Windows color (decimal): -3794781 or 10688710. OLE color: 10688710.

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

Color convert

RGB 198 24 163 -
CMYK 0 0.88 0.18 0.22
HSL 312.07º 0.78% 0.44% -
HSV(B) 312.07º 0.88% 0.78% -
XYZ 30.23 15.3 36.01 -
YUV 91.87 168.15 203.7 -
System Red Green Blue C M Y K H S L
Decimal 198 24 163 0 0.88 0.18 0.22 312.07 0.78 0.44
Hex C6 18 A3 0 58 12 16 138 4E 2C
Octal 306 30 243 0 130 22 26 470 116 54
Binary 11000110 11000 10100011 0 1011000 10010 10110 100111000 1001110 101100

Color Harmonies of #C618A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618A3

Black with #C618A3

Text Example


Text Example

White with #C618A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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