Html Css Color HEX #C1479D Mulberry

📋 copy color: '#C1479D'

red 193 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #C1479D

Tints of Mulberry #C1479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 45.84%
G = 16.86%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1479D (or 0xC1479D) is known color: Mulberry. HEX triplet: C1, 47 and 9D. RGB value is (193,71,157). Sum of RGB (Red+Green+Blue) = 193+71+157=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1479D is #3EB862. Grayscale: #757575. Windows color (decimal): -4110435 or 10307521. OLE color: 10307521.

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

Color convert

RGB 193 71 157 -
CMYK 0 0.63 0.19 0.24
HSL 317.7º 0.5% 0.52% -
HSV(B) 317.7º 0.63% 0.76% -
XYZ 30.33 18.28 33.83 -
YUV 117.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 193 71 157 0 0.63 0.19 0.24 317.7 0.5 0.52
Hex C1 47 9D 0 3F 13 18 13E 32 34
Octal 301 107 235 0 77 23 30 476 62 64
Binary 11000001 1000111 10011101 0 111111 10011 11000 100111110 110010 110100

Color Harmonies of #C1479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1479D

Black with #C1479D

Text Example


Text Example

White with #C1479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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