Html Css Color HEX #C1518F Mulberry

📋 copy color: '#C1518F'

red 193 ◦ green 81 ◦ blue 143

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

Shades of Mulberry #C1518F

Tints of Mulberry #C1518F

RGB

 RED value IS 193 (75.78% from 255) = 46.28%

 GREEN value IS 81 (32.03% from 255) = 19.42%

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 46.28%
G = 19.42%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1518F (or 0xC1518F) is known color: Mulberry. HEX triplet: C1, 51 and 8F. RGB value is (193,81,143). Sum of RGB (Red+Green+Blue) = 193+81+143=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1518F is #3EAE70. Grayscale: #797979. Windows color (decimal): -4107889 or 9392577. OLE color: 9392577.

HSL color Cylindrical-coordinate representation of color #C1518F: hue angle of 326.79º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1518F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 143 -
CMYK 0 0.58 0.26 0.24
HSL 326.79º 0.47% 0.54% -
HSV(B) 326.79º 0.58% 0.76% -
XYZ 29.89 19.21 28.12 -
YUV 121.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 193 81 143 0 0.58 0.26 0.24 326.79 0.47 0.54
Hex C1 51 8F 0 3A 1A 18 147 2F 36
Octal 301 121 217 0 72 32 30 507 57 66
Binary 11000001 1010001 10001111 0 111010 11010 11000 101000111 101111 110110

Color Harmonies of #C1518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1518F

Black with #C1518F

Text Example


Text Example

White with #C1518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1518F; }

 p { color: rgb(193,81,143); }

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

background-color css

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

 a { background-color: rgb(193,81,143); }

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

border-color css

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

 span { border-color: rgb(193,81,143); }

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