Html Css Color HEX #CF5888 Mulberry

📋 copy color: '#CF5888'

red 207 ◦ green 88 ◦ blue 136

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

Shades of Mulberry #CF5888

Tints of Mulberry #CF5888

RGB

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

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

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

R = 48.03%
G = 20.42%
B = 31.55%

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

#CF5888 (or 0xCF5888) is known color: Mulberry. HEX triplet: CF, 58 and 88. RGB value is (207,88,136). Sum of RGB (Red+Green+Blue) = 207+88+136=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5888 is #30A777. Grayscale: #808080. Windows color (decimal): -3188600 or 8935631. OLE color: 8935631.

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

Color convert

RGB 207 88 136 -
CMYK 0 0.57 0.34 0.19
HSL 335.8º 0.55% 0.58% -
HSV(B) 335.8º 0.57% 0.81% -
XYZ 33.67 22.02 25.77 -
YUV 129.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 207 88 136 0 0.57 0.34 0.19 335.8 0.55 0.58
Hex CF 58 88 0 39 22 13 150 37 3A
Octal 317 130 210 0 71 42 23 520 67 72
Binary 11001111 1011000 10001000 0 111001 100010 10011 101010000 110111 111010

Color Harmonies of #CF5888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5888

Black with #CF5888

Text Example


Text Example

White with #CF5888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5888; }

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

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

background-color css

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

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

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

border-color css

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

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

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