Html Css Color HEX #C61894 Medium Violet Red

📋 copy color: '#C61894'

red 198 ◦ green 24 ◦ blue 148

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

Shades of Medium Violet Red #C61894

Tints of Medium Violet Red #C61894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40%

R = 53.51%
G = 6.49%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C61894 (or 0xC61894) is known color: Medium Violet Red. HEX triplet: C6, 18 and 94. RGB value is (198,24,148). Sum of RGB (Red+Green+Blue) = 198+24+148=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C61894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61894 is #39E76B. Grayscale: #595959. Windows color (decimal): -3794796 or 9705670. OLE color: 9705670.

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

Color convert

RGB 198 24 148 -
CMYK 0 0.88 0.25 0.22
HSL 317.24º 0.78% 0.44% -
HSV(B) 317.24º 0.88% 0.78% -
XYZ 28.96 14.8 29.35 -
YUV 90.16 160.65 204.92 -
System Red Green Blue C M Y K H S L
Decimal 198 24 148 0 0.88 0.25 0.22 317.24 0.78 0.44
Hex C6 18 94 0 58 19 16 13D 4E 2C
Octal 306 30 224 0 130 31 26 475 116 54
Binary 11000110 11000 10010100 0 1011000 11001 10110 100111101 1001110 101100

Color Harmonies of #C61894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61894

Black with #C61894

Text Example


Text Example

White with #C61894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61894; }

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

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

background-color css

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

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

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

border-color css

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

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

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