Html Css Color HEX #C618AA Medium Violet Red

📋 copy color: '#C618AA'

red 198 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #C618AA

Tints of Medium Violet Red #C618AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 50.51%
G = 6.12%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C618AA (or 0xC618AA) is known color: Medium Violet Red. HEX triplet: C6, 18 and AA. RGB value is (198,24,170). Sum of RGB (Red+Green+Blue) = 198+24+170=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C618AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C618AA is #39E755. Grayscale: #5C5C5C. Windows color (decimal): -3794774 or 11147462. OLE color: 11147462.

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

Color convert

RGB 198 24 170 -
CMYK 0 0.88 0.14 0.22
HSL 309.66º 0.78% 0.44% -
HSV(B) 309.66º 0.88% 0.78% -
XYZ 30.87 15.56 39.41 -
YUV 92.67 171.65 203.13 -
System Red Green Blue C M Y K H S L
Decimal 198 24 170 0 0.88 0.14 0.22 309.66 0.78 0.44
Hex C6 18 AA 0 58 E 16 136 4E 2C
Octal 306 30 252 0 130 16 26 466 116 54
Binary 11000110 11000 10101010 0 1011000 1110 10110 100110110 1001110 101100

Color Harmonies of #C618AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618AA

Black with #C618AA

Text Example


Text Example

White with #C618AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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