Html Css Color HEX #CF5890 Mulberry

📋 copy color: '#CF5890'

red 207 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #CF5890

Tints of Mulberry #CF5890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 47.15%
G = 20.05%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF5890 (or 0xCF5890) is known color: Mulberry. HEX triplet: CF, 58 and 90. RGB value is (207,88,144). Sum of RGB (Red+Green+Blue) = 207+88+144=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5890 is #30A76F. Grayscale: #818181. Windows color (decimal): -3188592 or 9459919. OLE color: 9459919.

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

Color convert

RGB 207 88 144 -
CMYK 0 0.57 0.30 0.19
HSL 331.76º 0.55% 0.58% -
HSV(B) 331.76º 0.57% 0.81% -
XYZ 34.26 22.26 28.88 -
YUV 129.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 207 88 144 0 0.57 0.30 0.19 331.76 0.55 0.58
Hex CF 58 90 0 39 1E 13 14C 37 3A
Octal 317 130 220 0 71 36 23 514 67 72
Binary 11001111 1011000 10010000 0 111001 11110 10011 101001100 110111 111010

Color Harmonies of #CF5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5890

Black with #CF5890

Text Example


Text Example

White with #CF5890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5890; }

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

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

background-color css

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

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

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

border-color css

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

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

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