Html Css Color HEX #CF488D Mulberry

📋 copy color: '#CF488D'

red 207 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #CF488D

Tints of Mulberry #CF488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.14%

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

R = 49.29%
G = 17.14%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF488D (or 0xCF488D) is known color: Mulberry. HEX triplet: CF, 48 and 8D. RGB value is (207,72,141). Sum of RGB (Red+Green+Blue) = 207+72+141=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF488D is #30B772. Grayscale: #787878. Windows color (decimal): -3192691 or 9259215. OLE color: 9259215.

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

Color convert

RGB 207 72 141 -
CMYK 0 0.65 0.32 0.19
HSL 329.33º 0.58% 0.55% -
HSV(B) 329.33º 0.65% 0.81% -
XYZ 32.86 19.82 27.29 -
YUV 120.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 207 72 141 0 0.65 0.32 0.19 329.33 0.58 0.55
Hex CF 48 8D 0 41 20 13 149 3A 37
Octal 317 110 215 0 101 40 23 511 72 67
Binary 11001111 1001000 10001101 0 1000001 100000 10011 101001001 111010 110111

Color Harmonies of #CF488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF488D

Black with #CF488D

Text Example


Text Example

White with #CF488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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