Html Css Color HEX #CF518D Mulberry

📋 copy color: '#CF518D'

red 207 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #CF518D

Tints of Mulberry #CF518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.88%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 48.25%
G = 18.88%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF518D (or 0xCF518D) is known color: Mulberry. HEX triplet: CF, 51 and 8D. RGB value is (207,81,141). Sum of RGB (Red+Green+Blue) = 207+81+141=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF518D is #30AE72. Grayscale: #7D7D7D. Windows color (decimal): -3190387 or 9261519. OLE color: 9261519.

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

Color convert

RGB 207 81 141 -
CMYK 0 0.61 0.32 0.19
HSL 331.43º 0.57% 0.56% -
HSV(B) 331.43º 0.61% 0.81% -
XYZ 33.48 21.07 27.5 -
YUV 125.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 207 81 141 0 0.61 0.32 0.19 331.43 0.57 0.56
Hex CF 51 8D 0 3D 20 13 14B 39 38
Octal 317 121 215 0 75 40 23 513 71 70
Binary 11001111 1010001 10001101 0 111101 100000 10011 101001011 111001 111000

Color Harmonies of #CF518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF518D

Black with #CF518D

Text Example


Text Example

White with #CF518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF518D; }

 p { color: rgb(207,81,141); }

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

background-color css

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

 a { background-color: rgb(207,81,141); }

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

border-color css

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

 span { border-color: rgb(207,81,141); }

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