Html Css Color HEX #CF4F96 Mulberry

📋 copy color: '#CF4F96'

red 207 ◦ green 79 ◦ blue 150

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

Shades of Mulberry #CF4F96

Tints of Mulberry #CF4F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.12%

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

R = 47.48%
G = 18.12%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF4F96 (or 0xCF4F96) is known color: Mulberry. HEX triplet: CF, 4F and 96. RGB value is (207,79,150). Sum of RGB (Red+Green+Blue) = 207+79+150=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4F96 is #30B069. Grayscale: #7D7D7D. Windows color (decimal): -3190890 or 9850831. OLE color: 9850831.

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

Color convert

RGB 207 79 150 -
CMYK 0 0.62 0.28 0.19
HSL 326.72º 0.57% 0.56% -
HSV(B) 326.72º 0.62% 0.81% -
XYZ 34.03 21.06 31.13 -
YUV 125.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 207 79 150 0 0.62 0.28 0.19 326.72 0.57 0.56
Hex CF 4F 96 0 3E 1C 13 147 39 38
Octal 317 117 226 0 76 34 23 507 71 70
Binary 11001111 1001111 10010110 0 111110 11100 10011 101000111 111001 111000

Color Harmonies of #CF4F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F96

Black with #CF4F96

Text Example


Text Example

White with #CF4F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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