Html Css Color HEX #CF588A Mulberry

📋 copy color: '#CF588A'

red 207 ◦ green 88 ◦ blue 138

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

Shades of Mulberry #CF588A

Tints of Mulberry #CF588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 47.81%
G = 20.32%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF588A (or 0xCF588A) is known color: Mulberry. HEX triplet: CF, 58 and 8A. RGB value is (207,88,138). Sum of RGB (Red+Green+Blue) = 207+88+138=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF588A is #30A775. Grayscale: #818181. Windows color (decimal): -3188598 or 9066703. OLE color: 9066703.

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

Color convert

RGB 207 88 138 -
CMYK 0 0.57 0.33 0.19
HSL 334.79º 0.55% 0.58% -
HSV(B) 334.79º 0.57% 0.81% -
XYZ 33.81 22.08 26.52 -
YUV 129.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 207 88 138 0 0.57 0.33 0.19 334.79 0.55 0.58
Hex CF 58 8A 0 39 21 13 14F 37 3A
Octal 317 130 212 0 71 41 23 517 67 72
Binary 11001111 1011000 10001010 0 111001 100001 10011 101001111 110111 111010

Color Harmonies of #CF588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF588A

Black with #CF588A

Text Example


Text Example

White with #CF588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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