Html Css Color HEX #CF5790 Mulberry

📋 copy color: '#CF5790'

red 207 ◦ green 87 ◦ blue 144

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

Shades of Mulberry #CF5790

Tints of Mulberry #CF5790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.86%

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

R = 47.26%
G = 19.86%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF5790 (or 0xCF5790) is known color: Mulberry. HEX triplet: CF, 57 and 90. RGB value is (207,87,144). Sum of RGB (Red+Green+Blue) = 207+87+144=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5790 is #30A86F. Grayscale: #818181. Windows color (decimal): -3188848 or 9459663. OLE color: 9459663.

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

Color convert

RGB 207 87 144 -
CMYK 0 0.58 0.30 0.19
HSL 331.5º 0.56% 0.58% -
HSV(B) 331.5º 0.58% 0.81% -
XYZ 34.17 22.1 28.85 -
YUV 129.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 207 87 144 0 0.58 0.30 0.19 331.5 0.56 0.58
Hex CF 57 90 0 3A 1E 13 14C 38 3A
Octal 317 127 220 0 72 36 23 514 70 72
Binary 11001111 1010111 10010000 0 111010 11110 10011 101001100 111000 111010

Color Harmonies of #CF5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5790

Black with #CF5790

Text Example


Text Example

White with #CF5790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5790; }

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

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

background-color css

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

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

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

border-color css

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

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

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