Html Css Color HEX #CF478D Mulberry

📋 copy color: '#CF478D'

red 207 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #CF478D

Tints of Mulberry #CF478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.95%

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

R = 49.4%
G = 16.95%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF478D (or 0xCF478D) is known color: Mulberry. HEX triplet: CF, 47 and 8D. RGB value is (207,71,141). Sum of RGB (Red+Green+Blue) = 207+71+141=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF478D is #30B872. Grayscale: #777777. Windows color (decimal): -3192947 or 9258959. OLE color: 9258959.

HSL color Cylindrical-coordinate representation of color #CF478D: hue angle of 329.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF478D is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 141 -
CMYK 0 0.66 0.32 0.19
HSL 329.12º 0.59% 0.55% -
HSV(B) 329.12º 0.66% 0.81% -
XYZ 32.79 19.69 27.27 -
YUV 119.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 207 71 141 0 0.66 0.32 0.19 329.12 0.59 0.55
Hex CF 47 8D 0 42 20 13 149 3B 37
Octal 317 107 215 0 102 40 23 511 73 67
Binary 11001111 1000111 10001101 0 1000010 100000 10011 101001001 111011 110111

Color Harmonies of #CF478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF478D

Black with #CF478D

Text Example


Text Example

White with #CF478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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