Html Css Color HEX #CF5489 Mulberry

📋 copy color: '#CF5489'

red 207 ◦ green 84 ◦ blue 137

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

Shades of Mulberry #CF5489

Tints of Mulberry #CF5489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 48.36%
G = 19.63%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF5489 (or 0xCF5489) is known color: Mulberry. HEX triplet: CF, 54 and 89. RGB value is (207,84,137). Sum of RGB (Red+Green+Blue) = 207+84+137=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5489 is #30AB76. Grayscale: #7E7E7E. Windows color (decimal): -3189623 or 9000143. OLE color: 9000143.

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

Color convert

RGB 207 84 137 -
CMYK 0 0.59 0.34 0.19
HSL 334.15º 0.56% 0.57% -
HSV(B) 334.15º 0.59% 0.81% -
XYZ 33.42 21.41 26.04 -
YUV 126.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 207 84 137 0 0.59 0.34 0.19 334.15 0.56 0.57
Hex CF 54 89 0 3B 22 13 14E 38 39
Octal 317 124 211 0 73 42 23 516 70 71
Binary 11001111 1010100 10001001 0 111011 100010 10011 101001110 111000 111001

Color Harmonies of #CF5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5489

Black with #CF5489

Text Example


Text Example

White with #CF5489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5489; }

 p { color: rgb(207,84,137); }

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

background-color css

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

 a { background-color: rgb(207,84,137); }

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

border-color css

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

 span { border-color: rgb(207,84,137); }

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