Html Css Color HEX #C61B7C Medium Violet Red

📋 copy color: '#C61B7C'

red 198 ◦ green 27 ◦ blue 124

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

Shades of Medium Violet Red #C61B7C

Tints of Medium Violet Red #C61B7C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.74%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 56.73%
G = 7.74%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C61B7C (or 0xC61B7C) is known color: Medium Violet Red. HEX triplet: C6, 1B and 7C. RGB value is (198,27,124). Sum of RGB (Red+Green+Blue) = 198+27+124=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B7C is #39E483. Grayscale: #585858. Windows color (decimal): -3794052 or 8133574. OLE color: 8133574.

HSL color Cylindrical-coordinate representation of color #C61B7C: hue angle of 325.96º degrees, saturation: 0.76, 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 #C61B7C is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 27 124 -
CMYK 0 0.86 0.37 0.22
HSL 325.96º 0.76% 0.44% -
HSV(B) 325.96º 0.86% 0.78% -
XYZ 27.32 14.24 20.38 -
YUV 89.19 147.65 205.61 -
System Red Green Blue C M Y K H S L
Decimal 198 27 124 0 0.86 0.37 0.22 325.96 0.76 0.44
Hex C6 1B 7C 0 56 25 16 146 4C 2C
Octal 306 33 174 0 126 45 26 506 114 54
Binary 11000110 11011 1111100 0 1010110 100101 10110 101000110 1001100 101100

Color Harmonies of #C61B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B7C

Black with #C61B7C

Text Example


Text Example

White with #C61B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B7C; }

 p { color: rgb(198,27,124); }

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

background-color css

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

 a { background-color: rgb(198,27,124); }

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

border-color css

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

 span { border-color: rgb(198,27,124); }

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