Html Css Color HEX #C1489D Mulberry

📋 copy color: '#C1489D'

red 193 ◦ green 72 ◦ blue 157

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

Shades of Mulberry #C1489D

Tints of Mulberry #C1489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 45.73%
G = 17.06%
B = 37.2%

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

#C1489D (or 0xC1489D) is known color: Mulberry. HEX triplet: C1, 48 and 9D. RGB value is (193,72,157). Sum of RGB (Red+Green+Blue) = 193+72+157=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1489D is #3EB762. Grayscale: #757575. Windows color (decimal): -4110179 or 10307777. OLE color: 10307777.

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

Color convert

RGB 193 72 157 -
CMYK 0 0.63 0.19 0.24
HSL 317.85º 0.49% 0.52% -
HSV(B) 317.85º 0.63% 0.76% -
XYZ 30.4 18.41 33.85 -
YUV 117.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 193 72 157 0 0.63 0.19 0.24 317.85 0.49 0.52
Hex C1 48 9D 0 3F 13 18 13E 31 34
Octal 301 110 235 0 77 23 30 476 61 64
Binary 11000001 1001000 10011101 0 111111 10011 11000 100111110 110001 110100

Color Harmonies of #C1489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1489D

Black with #C1489D

Text Example


Text Example

White with #C1489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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