Html Css Color HEX #CF4994 Mulberry

📋 copy color: '#CF4994'

red 207 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #CF4994

Tints of Mulberry #CF4994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 48.36%
G = 17.06%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF4994 (or 0xCF4994) is known color: Mulberry. HEX triplet: CF, 49 and 94. RGB value is (207,73,148). Sum of RGB (Red+Green+Blue) = 207+73+148=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4994 is #30B66B. Grayscale: #797979. Windows color (decimal): -3192428 or 9718223. OLE color: 9718223.

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

Color convert

RGB 207 73 148 -
CMYK 0 0.65 0.29 0.19
HSL 326.42º 0.58% 0.55% -
HSV(B) 326.42º 0.65% 0.81% -
XYZ 33.46 20.17 30.15 -
YUV 121.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 207 73 148 0 0.65 0.29 0.19 326.42 0.58 0.55
Hex CF 49 94 0 41 1D 13 146 3A 37
Octal 317 111 224 0 101 35 23 506 72 67
Binary 11001111 1001001 10010100 0 1000001 11101 10011 101000110 111010 110111

Color Harmonies of #CF4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4994

Black with #CF4994

Text Example


Text Example

White with #CF4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4994; }

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

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

background-color css

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

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

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

border-color css

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

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

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