Html Css Color HEX #C1538F Mulberry

📋 copy color: '#C1538F'

red 193 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #C1538F

Tints of Mulberry #C1538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

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

R = 46.06%
G = 19.81%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1538F (or 0xC1538F) is known color: Mulberry. HEX triplet: C1, 53 and 8F. RGB value is (193,83,143). Sum of RGB (Red+Green+Blue) = 193+83+143=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1538F is #3EAC70. Grayscale: #7A7A7A. Windows color (decimal): -4107377 or 9393089. OLE color: 9393089.

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

Color convert

RGB 193 83 143 -
CMYK 0 0.57 0.26 0.24
HSL 327.27º 0.47% 0.54% -
HSV(B) 327.27º 0.57% 0.76% -
XYZ 30.04 19.51 28.17 -
YUV 122.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 193 83 143 0 0.57 0.26 0.24 327.27 0.47 0.54
Hex C1 53 8F 0 39 1A 18 147 2F 36
Octal 301 123 217 0 71 32 30 507 57 66
Binary 11000001 1010011 10001111 0 111001 11010 11000 101000111 101111 110110

Color Harmonies of #C1538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1538F

Black with #C1538F

Text Example


Text Example

White with #C1538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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