Html Css Color HEX #C61B99 Medium Violet Red

📋 copy color: '#C61B99'

red 198 ◦ green 27 ◦ blue 153

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

Shades of Medium Violet Red #C61B99

Tints of Medium Violet Red #C61B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 52.38%
G = 7.14%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C61B99 (or 0xC61B99) is known color: Medium Violet Red. HEX triplet: C6, 1B and 99. RGB value is (198,27,153). Sum of RGB (Red+Green+Blue) = 198+27+153=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61B99 is #39E466. Grayscale: #5C5C5C. Windows color (decimal): -3794023 or 10034118. OLE color: 10034118.

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

Color convert

RGB 198 27 153 -
CMYK 0 0.86 0.23 0.22
HSL 315.79º 0.76% 0.44% -
HSV(B) 315.79º 0.86% 0.78% -
XYZ 29.43 15.09 31.5 -
YUV 92.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 198 27 153 0 0.86 0.23 0.22 315.79 0.76 0.44
Hex C6 1B 99 0 56 17 16 13C 4C 2C
Octal 306 33 231 0 126 27 26 474 114 54
Binary 11000110 11011 10011001 0 1010110 10111 10110 100111100 1001100 101100

Color Harmonies of #C61B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B99

Black with #C61B99

Text Example


Text Example

White with #C61B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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