Html Css Color HEX #C1478B Mulberry

📋 copy color: '#C1478B'

red 193 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #C1478B

Tints of Mulberry #C1478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.62%

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 47.89%
G = 17.62%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1478B (or 0xC1478B) is known color: Mulberry. HEX triplet: C1, 47 and 8B. RGB value is (193,71,139). Sum of RGB (Red+Green+Blue) = 193+71+139=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1478B is #3EB874. Grayscale: #737373. Windows color (decimal): -4110453 or 9127873. OLE color: 9127873.

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

Color convert

RGB 193 71 139 -
CMYK 0 0.63 0.28 0.24
HSL 326.56º 0.5% 0.52% -
HSV(B) 326.56º 0.63% 0.76% -
XYZ 28.91 17.71 26.32 -
YUV 115.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 193 71 139 0 0.63 0.28 0.24 326.56 0.5 0.52
Hex C1 47 8B 0 3F 1C 18 147 32 34
Octal 301 107 213 0 77 34 30 507 62 64
Binary 11000001 1000111 10001011 0 111111 11100 11000 101000111 110010 110100

Color Harmonies of #C1478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1478B

Black with #C1478B

Text Example


Text Example

White with #C1478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1478B; }

 p { color: rgb(193,71,139); }

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

background-color css

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

 a { background-color: rgb(193,71,139); }

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

border-color css

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

 span { border-color: rgb(193,71,139); }

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