Html Css Color HEX #C1558F Mulberry

📋 copy color: '#C1558F'

red 193 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #C1558F

Tints of Mulberry #C1558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

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

R = 45.84%
G = 20.19%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1558F (or 0xC1558F) is known color: Mulberry. HEX triplet: C1, 55 and 8F. RGB value is (193,85,143). Sum of RGB (Red+Green+Blue) = 193+85+143=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1558F is #3EAA70. Grayscale: #7B7B7B. Windows color (decimal): -4106865 or 9393601. OLE color: 9393601.

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

Color convert

RGB 193 85 143 -
CMYK 0 0.56 0.26 0.24
HSL 327.78º 0.47% 0.55% -
HSV(B) 327.78º 0.56% 0.76% -
XYZ 30.2 19.82 28.22 -
YUV 123.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 193 85 143 0 0.56 0.26 0.24 327.78 0.47 0.55
Hex C1 55 8F 0 38 1A 18 148 2F 37
Octal 301 125 217 0 70 32 30 510 57 67
Binary 11000001 1010101 10001111 0 111000 11010 11000 101001000 101111 110111

Color Harmonies of #C1558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1558F

Black with #C1558F

Text Example


Text Example

White with #C1558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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