Html Css Color HEX #CF59A8 Mulberry

📋 copy color: '#CF59A8'

red 207 ◦ green 89 ◦ blue 168

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

Shades of Mulberry #CF59A8

Tints of Mulberry #CF59A8

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.18%

 BLUE value IS 168 (66.02% from 255) = 36.21%

R = 44.61%
G = 19.18%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CF59A8 (or 0xCF59A8) is known color: Mulberry. HEX triplet: CF, 59 and A8. RGB value is (207,89,168). Sum of RGB (Red+Green+Blue) = 207+89+168=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59A8 is #30A657. Grayscale: #858585. Windows color (decimal): -3188312 or 11033039. OLE color: 11033039.

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

Color convert

RGB 207 89 168 -
CMYK 0 0.57 0.19 0.19
HSL 319.83º 0.55% 0.58% -
HSV(B) 319.83º 0.57% 0.81% -
XYZ 36.37 23.24 39.61 -
YUV 133.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 207 89 168 0 0.57 0.19 0.19 319.83 0.55 0.58
Hex CF 59 A8 0 39 13 13 140 37 3A
Octal 317 131 250 0 71 23 23 500 67 72
Binary 11001111 1011001 10101000 0 111001 10011 10011 101000000 110111 111010

Color Harmonies of #CF59A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59A8

Black with #CF59A8

Text Example


Text Example

White with #CF59A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59A8; }

 p { color: rgb(207,89,168); }

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

background-color css

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

 a { background-color: rgb(207,89,168); }

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

border-color css

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

 span { border-color: rgb(207,89,168); }

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