Html Css Color HEX #C611A8 Medium Violet Red

📋 copy color: '#C611A8'

red 198 ◦ green 17 ◦ blue 168

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

Shades of Medium Violet Red #C611A8

Tints of Medium Violet Red #C611A8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.44%

 BLUE value IS 168 (66.02% from 255) = 43.86%

R = 51.7%
G = 4.44%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C611A8 (or 0xC611A8) is known color: Medium Violet Red. HEX triplet: C6, 11 and A8. RGB value is (198,17,168). Sum of RGB (Red+Green+Blue) = 198+17+168=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C611A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C611A8 is #39EE57. Grayscale: #575757. Windows color (decimal): -3796568 or 11014598. OLE color: 11014598.

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

Color convert

RGB 198 17 168 -
CMYK 0 0.91 0.15 0.22
HSL 309.94º 0.84% 0.42% -
HSV(B) 309.94º 0.91% 0.78% -
XYZ 30.56 15.23 38.38 -
YUV 88.33 172.97 206.22 -
System Red Green Blue C M Y K H S L
Decimal 198 17 168 0 0.91 0.15 0.22 309.94 0.84 0.42
Hex C6 11 A8 0 5B F 16 136 54 2A
Octal 306 21 250 0 133 17 26 466 124 52
Binary 11000110 10001 10101000 0 1011011 1111 10110 100110110 1010100 101010

Color Harmonies of #C611A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C611A8

Black with #C611A8

Text Example


Text Example

White with #C611A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C611A8; }

 p { color: rgb(198,17,168); }

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

background-color css

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

 a { background-color: rgb(198,17,168); }

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

border-color css

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

 span { border-color: rgb(198,17,168); }

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