Html Css Color HEX #CF558D Mulberry

📋 copy color: '#CF558D'

red 207 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #CF558D

Tints of Mulberry #CF558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 47.81%
G = 19.63%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF558D (or 0xCF558D) is known color: Mulberry. HEX triplet: CF, 55 and 8D. RGB value is (207,85,141). Sum of RGB (Red+Green+Blue) = 207+85+141=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF558D is #30AA72. Grayscale: #7F7F7F. Windows color (decimal): -3189363 or 9262543. OLE color: 9262543.

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

Color convert

RGB 207 85 141 -
CMYK 0 0.59 0.32 0.19
HSL 332.46º 0.56% 0.57% -
HSV(B) 332.46º 0.59% 0.81% -
XYZ 33.79 21.69 27.6 -
YUV 127.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 207 85 141 0 0.59 0.32 0.19 332.46 0.56 0.57
Hex CF 55 8D 0 3B 20 13 14C 38 39
Octal 317 125 215 0 73 40 23 514 70 71
Binary 11001111 1010101 10001101 0 111011 100000 10011 101001100 111000 111001

Color Harmonies of #CF558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF558D

Black with #CF558D

Text Example


Text Example

White with #CF558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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