Html Css Color HEX #C7478D Mulberry

📋 copy color: '#C7478D'

red 199 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #C7478D

Tints of Mulberry #C7478D

RGB

 RED value IS 199 (78.13% from 255) = 48.42%

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

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

R = 48.42%
G = 17.27%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7478D (or 0xC7478D) is known color: Mulberry. HEX triplet: C7, 47 and 8D. RGB value is (199,71,141). Sum of RGB (Red+Green+Blue) = 199+71+141=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7478D is #38B872. Grayscale: #757575. Windows color (decimal): -3717235 or 9258951. OLE color: 9258951.

HSL color Cylindrical-coordinate representation of color #C7478D: hue angle of 327.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7478D is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 71 141 -
CMYK 0 0.64 0.29 0.22
HSL 327.19º 0.53% 0.53% -
HSV(B) 327.19º 0.64% 0.78% -
XYZ 30.61 18.57 27.17 -
YUV 117.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 199 71 141 0 0.64 0.29 0.22 327.19 0.53 0.53
Hex C7 47 8D 0 40 1D 16 147 35 35
Octal 307 107 215 0 100 35 26 507 65 65
Binary 11000111 1000111 10001101 0 1000000 11101 10110 101000111 110101 110101

Color Harmonies of #C7478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7478D

Black with #C7478D

Text Example


Text Example

White with #C7478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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