Html Css Color HEX #CF4490 Mulberry

📋 copy color: '#CF4490'

red 207 ◦ green 68 ◦ blue 144

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

Shades of Mulberry #CF4490

Tints of Mulberry #CF4490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 49.4%
G = 16.23%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF4490 (or 0xCF4490) is known color: Mulberry. HEX triplet: CF, 44 and 90. RGB value is (207,68,144). Sum of RGB (Red+Green+Blue) = 207+68+144=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4490 is #30BB6F. Grayscale: #767676. Windows color (decimal): -3193712 or 9454799. OLE color: 9454799.

HSL color Cylindrical-coordinate representation of color #CF4490: hue angle of 327.19º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4490 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 68 144 -
CMYK 0 0.67 0.30 0.19
HSL 327.19º 0.59% 0.54% -
HSV(B) 327.19º 0.67% 0.81% -
XYZ 32.83 19.41 28.4 -
YUV 118.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 207 68 144 0 0.67 0.30 0.19 327.19 0.59 0.54
Hex CF 44 90 0 43 1E 13 147 3B 36
Octal 317 104 220 0 103 36 23 507 73 66
Binary 11001111 1000100 10010000 0 1000011 11110 10011 101000111 111011 110110

Color Harmonies of #CF4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4490

Black with #CF4490

Text Example


Text Example

White with #CF4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4490; }

 p { color: rgb(207,68,144); }

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

background-color css

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

 a { background-color: rgb(207,68,144); }

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

border-color css

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

 span { border-color: rgb(207,68,144); }

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