Html Css Color HEX #CF5090 Mulberry

📋 copy color: '#CF5090'

red 207 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #CF5090

Tints of Mulberry #CF5090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

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

R = 48.03%
G = 18.56%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF5090 (or 0xCF5090) is known color: Mulberry. HEX triplet: CF, 50 and 90. RGB value is (207,80,144). Sum of RGB (Red+Green+Blue) = 207+80+144=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5090 is #30AF6F. Grayscale: #7D7D7D. Windows color (decimal): -3190640 or 9457871. OLE color: 9457871.

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

Color convert

RGB 207 80 144 -
CMYK 0 0.61 0.30 0.19
HSL 329.76º 0.57% 0.56% -
HSV(B) 329.76º 0.61% 0.81% -
XYZ 33.63 21.02 28.67 -
YUV 125.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 207 80 144 0 0.61 0.30 0.19 329.76 0.57 0.56
Hex CF 50 90 0 3D 1E 13 14A 39 38
Octal 317 120 220 0 75 36 23 512 71 70
Binary 11001111 1010000 10010000 0 111101 11110 10011 101001010 111001 111000

Color Harmonies of #CF5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5090

Black with #CF5090

Text Example


Text Example

White with #CF5090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5090; }

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

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

background-color css

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

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

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

border-color css

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

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

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