Html Css Color HEX #C2589F Mulberry

📋 copy color: '#C2589F'

red 194 ◦ green 88 ◦ blue 159

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

Shades of Mulberry #C2589F

Tints of Mulberry #C2589F

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

 GREEN value IS 88 (34.77% from 255) = 19.95%

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

R = 43.99%
G = 19.95%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2589F (or 0xC2589F) is known color: Mulberry. HEX triplet: C2, 58 and 9F. RGB value is (194,88,159). Sum of RGB (Red+Green+Blue) = 194+88+159=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2589F is #3DA760. Grayscale: #7F7F7F. Windows color (decimal): -4040545 or 10442946. OLE color: 10442946.

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

Color convert

RGB 194 88 159 -
CMYK 0 0.55 0.18 0.24
HSL 319.81º 0.46% 0.55% -
HSV(B) 319.81º 0.55% 0.76% -
XYZ 32 20.95 35.16 -
YUV 127.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 194 88 159 0 0.55 0.18 0.24 319.81 0.46 0.55
Hex C2 58 9F 0 37 12 18 140 2E 37
Octal 302 130 237 0 67 22 30 500 56 67
Binary 11000010 1011000 10011111 0 110111 10010 11000 101000000 101110 110111

Color Harmonies of #C2589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2589F

Black with #C2589F

Text Example


Text Example

White with #C2589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2589F; }

 p { color: rgb(194,88,159); }

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

background-color css

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

 a { background-color: rgb(194,88,159); }

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

border-color css

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

 span { border-color: rgb(194,88,159); }

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