Html Css Color HEX #CF58A6 Mulberry

📋 copy color: '#CF58A6'

red 207 ◦ green 88 ◦ blue 166

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

Shades of Mulberry #CF58A6

Tints of Mulberry #CF58A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 44.9%
G = 19.09%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF58A6 (or 0xCF58A6) is known color: Mulberry. HEX triplet: CF, 58 and A6. RGB value is (207,88,166). Sum of RGB (Red+Green+Blue) = 207+88+166=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58A6 is #30A759. Grayscale: #848484. Windows color (decimal): -3188570 or 10901711. OLE color: 10901711.

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

Color convert

RGB 207 88 166 -
CMYK 0 0.57 0.20 0.19
HSL 320.67º 0.55% 0.58% -
HSV(B) 320.67º 0.57% 0.81% -
XYZ 36.1 23 38.61 -
YUV 132.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 207 88 166 0 0.57 0.20 0.19 320.67 0.55 0.58
Hex CF 58 A6 0 39 14 13 141 37 3A
Octal 317 130 246 0 71 24 23 501 67 72
Binary 11001111 1011000 10100110 0 111001 10100 10011 101000001 110111 111010

Color Harmonies of #CF58A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF58A6

Black with #CF58A6

Text Example


Text Example

White with #CF58A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF58A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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