Html Css Color HEX #C61CAA Medium Violet Red

📋 copy color: '#C61CAA'

red 198 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #C61CAA

Tints of Medium Violet Red #C61CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.07%

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

R = 50%
G = 7.07%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C61CAA (or 0xC61CAA) is known color: Medium Violet Red. HEX triplet: C6, 1C and AA. RGB value is (198,28,170). Sum of RGB (Red+Green+Blue) = 198+28+170=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C61CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61CAA is #39E355. Grayscale: #5E5E5E. Windows color (decimal): -3793750 or 11148486. OLE color: 11148486.

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

Color convert

RGB 198 28 170 -
CMYK 0 0.86 0.14 0.22
HSL 309.88º 0.75% 0.44% -
HSV(B) 309.88º 0.86% 0.78% -
XYZ 30.96 15.74 39.44 -
YUV 95.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 198 28 170 0 0.86 0.14 0.22 309.88 0.75 0.44
Hex C6 1C AA 0 56 E 16 136 4B 2C
Octal 306 34 252 0 126 16 26 466 113 54
Binary 11000110 11100 10101010 0 1010110 1110 10110 100110110 1001011 101100

Color Harmonies of #C61CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CAA

Black with #C61CAA

Text Example


Text Example

White with #C61CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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