Html Css Color HEX #CF588D Mulberry

📋 copy color: '#CF588D'

red 207 ◦ green 88 ◦ blue 141

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

Shades of Mulberry #CF588D

Tints of Mulberry #CF588D

RGB

 RED value IS 207 (81.25% from 255) = 47.48%

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

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

R = 47.48%
G = 20.18%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF588D (or 0xCF588D) is known color: Mulberry. HEX triplet: CF, 58 and 8D. RGB value is (207,88,141). Sum of RGB (Red+Green+Blue) = 207+88+141=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF588D is #30A772. Grayscale: #818181. Windows color (decimal): -3188595 or 9263311. OLE color: 9263311.

HSL color Cylindrical-coordinate representation of color #CF588D: hue angle of 333.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF588D is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 88 141 -
CMYK 0 0.57 0.32 0.19
HSL 333.28º 0.55% 0.58% -
HSV(B) 333.28º 0.57% 0.81% -
XYZ 34.03 22.17 27.68 -
YUV 129.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 207 88 141 0 0.57 0.32 0.19 333.28 0.55 0.58
Hex CF 58 8D 0 39 20 13 14D 37 3A
Octal 317 130 215 0 71 40 23 515 67 72
Binary 11001111 1011000 10001101 0 111001 100000 10011 101001101 110111 111010

Color Harmonies of #CF588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF588D

Black with #CF588D

Text Example


Text Example

White with #CF588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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