Html Css Color HEX #C616A4 Medium Violet Red

📋 copy color: '#C616A4'

red 198 ◦ green 22 ◦ blue 164

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

Shades of Medium Violet Red #C616A4

Tints of Medium Violet Red #C616A4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.73%

 BLUE value IS 164 (64.45% from 255) = 42.71%

R = 51.56%
G = 5.73%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C616A4 (or 0xC616A4) is known color: Medium Violet Red. HEX triplet: C6, 16 and A4. RGB value is (198,22,164). Sum of RGB (Red+Green+Blue) = 198+22+164=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C616A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C616A4 is #39E95B. Grayscale: #5A5A5A. Windows color (decimal): -3795292 or 10753734. OLE color: 10753734.

HSL color Cylindrical-coordinate representation of color #C616A4: hue angle of 311.59º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C616A4 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 164 -
CMYK 0 0.89 0.17 0.22
HSL 311.59º 0.8% 0.43% -
HSV(B) 311.59º 0.89% 0.78% -
XYZ 30.28 15.26 36.47 -
YUV 90.81 169.31 204.45 -
System Red Green Blue C M Y K H S L
Decimal 198 22 164 0 0.89 0.17 0.22 311.59 0.8 0.43
Hex C6 16 A4 0 59 11 16 138 50 2B
Octal 306 26 244 0 131 21 26 470 120 53
Binary 11000110 10110 10100100 0 1011001 10001 10110 100111000 1010000 101011

Color Harmonies of #C616A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C616A4

Black with #C616A4

Text Example


Text Example

White with #C616A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C616A4; }

 p { color: rgb(198,22,164); }

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

background-color css

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

 a { background-color: rgb(198,22,164); }

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

border-color css

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

 span { border-color: rgb(198,22,164); }

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