Html Css Color HEX #CF4896 Mulberry

📋 copy color: '#CF4896'

red 207 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #CF4896

Tints of Mulberry #CF4896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.78%

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

R = 48.25%
G = 16.78%
B = 34.97%

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

#CF4896 (or 0xCF4896) is known color: Mulberry. HEX triplet: CF, 48 and 96. RGB value is (207,72,150). Sum of RGB (Red+Green+Blue) = 207+72+150=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4896 is #30B769. Grayscale: #797979. Windows color (decimal): -3192682 or 9849039. OLE color: 9849039.

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

Color convert

RGB 207 72 150 -
CMYK 0 0.65 0.28 0.19
HSL 325.33º 0.58% 0.55% -
HSV(B) 325.33º 0.65% 0.81% -
XYZ 33.55 20.1 30.97 -
YUV 121.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 207 72 150 0 0.65 0.28 0.19 325.33 0.58 0.55
Hex CF 48 96 0 41 1C 13 145 3A 37
Octal 317 110 226 0 101 34 23 505 72 67
Binary 11001111 1001000 10010110 0 1000001 11100 10011 101000101 111010 110111

Color Harmonies of #CF4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4896

Black with #CF4896

Text Example


Text Example

White with #CF4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4896; }

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

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

background-color css

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

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

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

border-color css

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

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

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