Html Css Color HEX #C61B9F Medium Violet Red

📋 copy color: '#C61B9F'

red 198 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #C61B9F

Tints of Medium Violet Red #C61B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 51.56%
G = 7.03%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C61B9F (or 0xC61B9F) is known color: Medium Violet Red. HEX triplet: C6, 1B and 9F. RGB value is (198,27,159). Sum of RGB (Red+Green+Blue) = 198+27+159=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61B9F is #39E460. Grayscale: #5C5C5C. Windows color (decimal): -3794017 or 10427334. OLE color: 10427334.

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

Color convert

RGB 198 27 159 -
CMYK 0 0.86 0.20 0.22
HSL 313.68º 0.76% 0.44% -
HSV(B) 313.68º 0.86% 0.78% -
XYZ 29.94 15.29 34.17 -
YUV 93.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 198 27 159 0 0.86 0.20 0.22 313.68 0.76 0.44
Hex C6 1B 9F 0 56 14 16 13A 4C 2C
Octal 306 33 237 0 126 24 26 472 114 54
Binary 11000110 11011 10011111 0 1010110 10100 10110 100111010 1001100 101100

Color Harmonies of #C61B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B9F

Black with #C61B9F

Text Example


Text Example

White with #C61B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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