Html Css Color HEX #C0478D Mulberry

📋 copy color: '#C0478D'

red 192 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #C0478D

Tints of Mulberry #C0478D

RGB

 RED value IS 192 (75.39% from 255) = 47.52%

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

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

R = 47.52%
G = 17.57%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0478D (or 0xC0478D) is known color: Mulberry. HEX triplet: C0, 47 and 8D. RGB value is (192,71,141). Sum of RGB (Red+Green+Blue) = 192+71+141=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0478D is #3FB872. Grayscale: #737373. Windows color (decimal): -4175987 or 9258944. OLE color: 9258944.

HSL color Cylindrical-coordinate representation of color #C0478D: hue angle of 325.29º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0478D is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 141 -
CMYK 0 0.63 0.27 0.25
HSL 325.29º 0.49% 0.52% -
HSV(B) 325.29º 0.63% 0.75% -
XYZ 28.8 17.64 27.09 -
YUV 115.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 192 71 141 0 0.63 0.27 0.25 325.29 0.49 0.52
Hex C0 47 8D 0 3F 1B 19 145 31 34
Octal 300 107 215 0 77 33 31 505 61 64
Binary 11000000 1000111 10001101 0 111111 11011 11001 101000101 110001 110100

Color Harmonies of #C0478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0478D

Black with #C0478D

Text Example


Text Example

White with #C0478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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