Html Css Color HEX #CF4990 Mulberry

📋 copy color: '#CF4990'

red 207 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #CF4990

Tints of Mulberry #CF4990

RGB

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

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

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

R = 48.82%
G = 17.22%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF4990 (or 0xCF4990) is known color: Mulberry. HEX triplet: CF, 49 and 90. RGB value is (207,73,144). Sum of RGB (Red+Green+Blue) = 207+73+144=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4990 is #30B66F. Grayscale: #797979. Windows color (decimal): -3192432 or 9456079. OLE color: 9456079.

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

Color convert

RGB 207 73 144 -
CMYK 0 0.65 0.30 0.19
HSL 328.21º 0.58% 0.55% -
HSV(B) 328.21º 0.65% 0.81% -
XYZ 33.15 20.04 28.51 -
YUV 121.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 207 73 144 0 0.65 0.30 0.19 328.21 0.58 0.55
Hex CF 49 90 0 41 1E 13 148 3A 37
Octal 317 111 220 0 101 36 23 510 72 67
Binary 11001111 1001001 10010000 0 1000001 11110 10011 101001000 111010 110111

Color Harmonies of #CF4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4990

Black with #CF4990

Text Example


Text Example

White with #CF4990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4990; }

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

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

background-color css

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

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

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

border-color css

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

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

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