Html Css Color HEX #C2559F Mulberry

📋 copy color: '#C2559F'

red 194 ◦ green 85 ◦ blue 159

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

Shades of Mulberry #C2559F

Tints of Mulberry #C2559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

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

R = 44.29%
G = 19.41%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2559F (or 0xC2559F) is known color: Mulberry. HEX triplet: C2, 55 and 9F. RGB value is (194,85,159). Sum of RGB (Red+Green+Blue) = 194+85+159=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2559F is #3DAA60. Grayscale: #7D7D7D. Windows color (decimal): -4041313 or 10442178. OLE color: 10442178.

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

Color convert

RGB 194 85 159 -
CMYK 0 0.56 0.18 0.24
HSL 319.27º 0.47% 0.55% -
HSV(B) 319.27º 0.56% 0.76% -
XYZ 31.75 20.47 35.08 -
YUV 126.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 194 85 159 0 0.56 0.18 0.24 319.27 0.47 0.55
Hex C2 55 9F 0 38 12 18 13F 2F 37
Octal 302 125 237 0 70 22 30 477 57 67
Binary 11000010 1010101 10011111 0 111000 10010 11000 100111111 101111 110111

Color Harmonies of #C2559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2559F

Black with #C2559F

Text Example


Text Example

White with #C2559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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