Html Css Color HEX #C1479F Mulberry

📋 copy color: '#C1479F'

red 193 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #C1479F

Tints of Mulberry #C1479F

RGB

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

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

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

R = 45.63%
G = 16.78%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1479F (or 0xC1479F) is known color: Mulberry. HEX triplet: C1, 47 and 9F. RGB value is (193,71,159). Sum of RGB (Red+Green+Blue) = 193+71+159=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1479F is #3EB860. Grayscale: #757575. Windows color (decimal): -4110433 or 10438593. OLE color: 10438593.

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

Color convert

RGB 193 71 159 -
CMYK 0 0.63 0.18 0.24
HSL 316.72º 0.5% 0.52% -
HSV(B) 316.72º 0.63% 0.76% -
XYZ 30.5 18.35 34.73 -
YUV 117.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 193 71 159 0 0.63 0.18 0.24 316.72 0.5 0.52
Hex C1 47 9F 0 3F 12 18 13D 32 34
Octal 301 107 237 0 77 22 30 475 62 64
Binary 11000001 1000111 10011111 0 111111 10010 11000 100111101 110010 110100

Color Harmonies of #C1479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1479F

Black with #C1479F

Text Example


Text Example

White with #C1479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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