Html Css Color HEX #C1517F Mulberry

📋 copy color: '#C1517F'

red 193 ◦ green 81 ◦ blue 127

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

Shades of Mulberry #C1517F

Tints of Mulberry #C1517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 48.13%
G = 20.2%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1517F (or 0xC1517F) is known color: Mulberry. HEX triplet: C1, 51 and 7F. RGB value is (193,81,127). Sum of RGB (Red+Green+Blue) = 193+81+127=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1517F is #3EAE80. Grayscale: #777777. Windows color (decimal): -4107905 or 8344001. OLE color: 8344001.

HSL color Cylindrical-coordinate representation of color #C1517F: hue angle of 335.36º 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 #C1517F is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 127 -
CMYK 0 0.58 0.34 0.24
HSL 335.36º 0.47% 0.54% -
HSV(B) 335.36º 0.58% 0.76% -
XYZ 28.77 18.75 22.18 -
YUV 119.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 193 81 127 0 0.58 0.34 0.24 335.36 0.47 0.54
Hex C1 51 7F 0 3A 22 18 14F 2F 36
Octal 301 121 177 0 72 42 30 517 57 66
Binary 11000001 1010001 1111111 0 111010 100010 11000 101001111 101111 110110

Color Harmonies of #C1517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1517F

Black with #C1517F

Text Example


Text Example

White with #C1517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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