Html Css Color HEX #CF4996 Mulberry

📋 copy color: '#CF4996'

red 207 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #CF4996

Tints of Mulberry #CF4996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.98%

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

R = 48.14%
G = 16.98%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF4996 (or 0xCF4996) is known color: Mulberry. HEX triplet: CF, 49 and 96. RGB value is (207,73,150). Sum of RGB (Red+Green+Blue) = 207+73+150=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4996 is #30B669. Grayscale: #797979. Windows color (decimal): -3192426 or 9849295. OLE color: 9849295.

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

Color convert

RGB 207 73 150 -
CMYK 0 0.65 0.28 0.19
HSL 325.52º 0.58% 0.55% -
HSV(B) 325.52º 0.65% 0.81% -
XYZ 33.62 20.23 30.99 -
YUV 121.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 207 73 150 0 0.65 0.28 0.19 325.52 0.58 0.55
Hex CF 49 96 0 41 1C 13 146 3A 37
Octal 317 111 226 0 101 34 23 506 72 67
Binary 11001111 1001001 10010110 0 1000001 11100 10011 101000110 111010 110111

Color Harmonies of #CF4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4996

Black with #CF4996

Text Example


Text Example

White with #CF4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4996; }

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

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

background-color css

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

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

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

border-color css

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

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

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