Html Css Color HEX #C1609F Mulberry

📋 copy color: '#C1609F'

red 193 ◦ green 96 ◦ blue 159

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

Shades of Mulberry #C1609F

Tints of Mulberry #C1609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.43%

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

R = 43.08%
G = 21.43%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1609F (or 0xC1609F) is known color: Mulberry. HEX triplet: C1, 60 and 9F. RGB value is (193,96,159). Sum of RGB (Red+Green+Blue) = 193+96+159=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1609F is #3E9F60. Grayscale: #848484. Windows color (decimal): -4104033 or 10444993. OLE color: 10444993.

HSL color Cylindrical-coordinate representation of color #C1609F: hue angle of 321.03º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1609F is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 159 -
CMYK 0 0.50 0.18 0.24
HSL 321.03º 0.44% 0.57% -
HSV(B) 321.03º 0.5% 0.76% -
XYZ 32.43 22.21 35.38 -
YUV 132.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 193 96 159 0 0.50 0.18 0.24 321.03 0.44 0.57
Hex C1 60 9F 0 32 12 18 141 2C 39
Octal 301 140 237 0 62 22 30 501 54 71
Binary 11000001 1100000 10011111 0 110010 10010 11000 101000001 101100 111001

Color Harmonies of #C1609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1609F

Black with #C1609F

Text Example


Text Example

White with #C1609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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