Html Css Color HEX #CF5988 Mulberry

📋 copy color: '#CF5988'

red 207 ◦ green 89 ◦ blue 136

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

Shades of Mulberry #CF5988

Tints of Mulberry #CF5988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.48%

R = 47.92%
G = 20.6%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF5988 (or 0xCF5988) is known color: Mulberry. HEX triplet: CF, 59 and 88. RGB value is (207,89,136). Sum of RGB (Red+Green+Blue) = 207+89+136=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5988 is #30A677. Grayscale: #818181. Windows color (decimal): -3188344 or 8935887. OLE color: 8935887.

HSL color Cylindrical-coordinate representation of color #CF5988: hue angle of 336.1º 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 #CF5988 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 89 136 -
CMYK 0 0.57 0.34 0.19
HSL 336.1º 0.55% 0.58% -
HSV(B) 336.1º 0.57% 0.81% -
XYZ 33.75 22.19 25.8 -
YUV 129.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 207 89 136 0 0.57 0.34 0.19 336.1 0.55 0.58
Hex CF 59 88 0 39 22 13 150 37 3A
Octal 317 131 210 0 71 42 23 520 67 72
Binary 11001111 1011001 10001000 0 111001 100010 10011 101010000 110111 111010

Color Harmonies of #CF5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5988

Black with #CF5988

Text Example


Text Example

White with #CF5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5988; }

 p { color: rgb(207,89,136); }

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

background-color css

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

 a { background-color: rgb(207,89,136); }

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

border-color css

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

 span { border-color: rgb(207,89,136); }

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