Html Css Color HEX #CF5496 Mulberry

📋 copy color: '#CF5496'

red 207 ◦ green 84 ◦ blue 150

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

Shades of Mulberry #CF5496

Tints of Mulberry #CF5496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 46.94%
G = 19.05%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF5496 (or 0xCF5496) is known color: Mulberry. HEX triplet: CF, 54 and 96. RGB value is (207,84,150). Sum of RGB (Red+Green+Blue) = 207+84+150=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5496 is #30AB69. Grayscale: #808080. Windows color (decimal): -3189610 or 9852111. OLE color: 9852111.

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

Color convert

RGB 207 84 150 -
CMYK 0 0.59 0.28 0.19
HSL 327.8º 0.56% 0.57% -
HSV(B) 327.8º 0.59% 0.81% -
XYZ 34.41 21.81 31.25 -
YUV 128.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 207 84 150 0 0.59 0.28 0.19 327.8 0.56 0.57
Hex CF 54 96 0 3B 1C 13 148 38 39
Octal 317 124 226 0 73 34 23 510 70 71
Binary 11001111 1010100 10010110 0 111011 11100 10011 101001000 111000 111001

Color Harmonies of #CF5496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5496

Black with #CF5496

Text Example


Text Example

White with #CF5496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5496; }

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

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

background-color css

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

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

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

border-color css

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

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

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