Html Css Color HEX #CF4590 Mulberry

📋 copy color: '#CF4590'

red 207 ◦ green 69 ◦ blue 144

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

Shades of Mulberry #CF4590

Tints of Mulberry #CF4590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.43%

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

R = 49.29%
G = 16.43%
B = 34.29%

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

#CF4590 (or 0xCF4590) is known color: Mulberry. HEX triplet: CF, 45 and 90. RGB value is (207,69,144). Sum of RGB (Red+Green+Blue) = 207+69+144=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4590 is #30BA6F. Grayscale: #767676. Windows color (decimal): -3193456 or 9455055. OLE color: 9455055.

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

Color convert

RGB 207 69 144 -
CMYK 0 0.67 0.30 0.19
HSL 327.39º 0.59% 0.54% -
HSV(B) 327.39º 0.67% 0.81% -
XYZ 32.89 19.54 28.42 -
YUV 118.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 207 69 144 0 0.67 0.30 0.19 327.39 0.59 0.54
Hex CF 45 90 0 43 1E 13 147 3B 36
Octal 317 105 220 0 103 36 23 507 73 66
Binary 11001111 1000101 10010000 0 1000011 11110 10011 101000111 111011 110110

Color Harmonies of #CF4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4590

Black with #CF4590

Text Example


Text Example

White with #CF4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4590; }

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

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

background-color css

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

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

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

border-color css

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

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

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