Html Css Color HEX #C2588D Mulberry

📋 copy color: '#C2588D'

red 194 ◦ green 88 ◦ blue 141

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

Shades of Mulberry #C2588D

Tints of Mulberry #C2588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 45.86%
G = 20.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2588D (or 0xC2588D) is known color: Mulberry. HEX triplet: C2, 58 and 8D. RGB value is (194,88,141). Sum of RGB (Red+Green+Blue) = 194+88+141=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2588D is #3DA772. Grayscale: #7D7D7D. Windows color (decimal): -4040563 or 9263298. OLE color: 9263298.

HSL color Cylindrical-coordinate representation of color #C2588D: hue angle of 330º 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 #C2588D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 141 -
CMYK 0 0.55 0.27 0.24
HSL 330º 0.46% 0.55% -
HSV(B) 330º 0.55% 0.76% -
XYZ 30.55 20.37 27.52 -
YUV 125.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 194 88 141 0 0.55 0.27 0.24 330 0.46 0.55
Hex C2 58 8D 0 37 1B 18 14A 2E 37
Octal 302 130 215 0 67 33 30 512 56 67
Binary 11000010 1011000 10001101 0 110111 11011 11000 101001010 101110 110111

Color Harmonies of #C2588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2588D

Black with #C2588D

Text Example


Text Example

White with #C2588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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