Html Css Color HEX #C1499F Mulberry

📋 copy color: '#C1499F'

red 193 ◦ green 73 ◦ blue 159

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

Shades of Mulberry #C1499F

Tints of Mulberry #C1499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

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

R = 45.41%
G = 17.18%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1499F (or 0xC1499F) is known color: Mulberry. HEX triplet: C1, 49 and 9F. RGB value is (193,73,159). Sum of RGB (Red+Green+Blue) = 193+73+159=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C1499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1499F is #3EB660. Grayscale: #767676. Windows color (decimal): -4109921 or 10439105. OLE color: 10439105.

HSL color Cylindrical-coordinate representation of color #C1499F: hue angle of 317º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1499F is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 159 -
CMYK 0 0.62 0.18 0.24
HSL 317º 0.49% 0.52% -
HSV(B) 317º 0.62% 0.76% -
XYZ 30.63 18.61 34.78 -
YUV 118.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 193 73 159 0 0.62 0.18 0.24 317 0.49 0.52
Hex C1 49 9F 0 3E 12 18 13D 31 34
Octal 301 111 237 0 76 22 30 475 61 64
Binary 11000001 1001001 10011111 0 111110 10010 11000 100111101 110001 110100

Color Harmonies of #C1499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1499F

Black with #C1499F

Text Example


Text Example

White with #C1499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1499F; }

 p { color: rgb(193,73,159); }

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

background-color css

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

 a { background-color: rgb(193,73,159); }

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

border-color css

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

 span { border-color: rgb(193,73,159); }

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