Html Css Color HEX #C61B92 Medium Violet Red

📋 copy color: '#C61B92'

red 198 ◦ green 27 ◦ blue 146

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

Shades of Medium Violet Red #C61B92

Tints of Medium Violet Red #C61B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 53.37%
G = 7.28%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C61B92 (or 0xC61B92) is known color: Medium Violet Red. HEX triplet: C6, 1B and 92. RGB value is (198,27,146). Sum of RGB (Red+Green+Blue) = 198+27+146=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61B92 is #39E46D. Grayscale: #5B5B5B. Windows color (decimal): -3794030 or 9575366. OLE color: 9575366.

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

Color convert

RGB 198 27 146 -
CMYK 0 0.86 0.26 0.22
HSL 318.25º 0.76% 0.44% -
HSV(B) 318.25º 0.86% 0.78% -
XYZ 28.87 14.86 28.54 -
YUV 91.7 158.65 203.82 -
System Red Green Blue C M Y K H S L
Decimal 198 27 146 0 0.86 0.26 0.22 318.25 0.76 0.44
Hex C6 1B 92 0 56 1A 16 13E 4C 2C
Octal 306 33 222 0 126 32 26 476 114 54
Binary 11000110 11011 10010010 0 1010110 11010 10110 100111110 1001100 101100

Color Harmonies of #C61B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B92

Black with #C61B92

Text Example


Text Example

White with #C61B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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