Html Css Color HEX #C61295 Medium Violet Red

📋 copy color: '#C61295'

red 198 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #C61295

Tints of Medium Violet Red #C61295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.93%

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 54.25%
G = 4.93%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C61295 (or 0xC61295) is known color: Medium Violet Red. HEX triplet: C6, 12 and 95. RGB value is (198,18,149). Sum of RGB (Red+Green+Blue) = 198+18+149=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C61295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61295 is #39ED6A. Grayscale: #565656. Windows color (decimal): -3796331 or 9769670. OLE color: 9769670.

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

Color convert

RGB 198 18 149 -
CMYK 0 0.91 0.25 0.22
HSL 316.33º 0.83% 0.42% -
HSV(B) 316.33º 0.91% 0.78% -
XYZ 28.93 14.61 29.73 -
YUV 86.75 163.13 207.35 -
System Red Green Blue C M Y K H S L
Decimal 198 18 149 0 0.91 0.25 0.22 316.33 0.83 0.42
Hex C6 12 95 0 5B 19 16 13C 53 2A
Octal 306 22 225 0 133 31 26 474 123 52
Binary 11000110 10010 10010101 0 1011011 11001 10110 100111100 1010011 101010

Color Harmonies of #C61295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61295

Black with #C61295

Text Example


Text Example

White with #C61295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61295; }

 p { color: rgb(198,18,149); }

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

background-color css

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

 a { background-color: rgb(198,18,149); }

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

border-color css

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

 span { border-color: rgb(198,18,149); }

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