Html Css Color HEX #C2599F Mulberry

📋 copy color: '#C2599F'

red 194 ◦ green 89 ◦ blue 159

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

Shades of Mulberry #C2599F

Tints of Mulberry #C2599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.14%

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

R = 43.89%
G = 20.14%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2599F (or 0xC2599F) is known color: Mulberry. HEX triplet: C2, 59 and 9F. RGB value is (194,89,159). Sum of RGB (Red+Green+Blue) = 194+89+159=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2599F is #3DA660. Grayscale: #808080. Windows color (decimal): -4040289 or 10443202. OLE color: 10443202.

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

Color convert

RGB 194 89 159 -
CMYK 0 0.54 0.18 0.24
HSL 320º 0.46% 0.55% -
HSV(B) 320º 0.54% 0.76% -
XYZ 32.08 21.12 35.19 -
YUV 128.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 194 89 159 0 0.54 0.18 0.24 320 0.46 0.55
Hex C2 59 9F 0 36 12 18 140 2E 37
Octal 302 131 237 0 66 22 30 500 56 67
Binary 11000010 1011001 10011111 0 110110 10010 11000 101000000 101110 110111

Color Harmonies of #C2599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2599F

Black with #C2599F

Text Example


Text Example

White with #C2599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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