Html Css Color HEX #C0478A Mulberry

📋 copy color: '#C0478A'

red 192 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #C0478A

Tints of Mulberry #C0478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 47.88%
G = 17.71%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0478A (or 0xC0478A) is known color: Mulberry. HEX triplet: C0, 47 and 8A. RGB value is (192,71,138). Sum of RGB (Red+Green+Blue) = 192+71+138=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0478A is #3FB875. Grayscale: #727272. Windows color (decimal): -4175990 or 9062336. OLE color: 9062336.

HSL color Cylindrical-coordinate representation of color #C0478A: hue angle of 326.78º 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 #C0478A is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 138 -
CMYK 0 0.63 0.28 0.25
HSL 326.78º 0.49% 0.52% -
HSV(B) 326.78º 0.63% 0.75% -
XYZ 28.58 17.55 25.93 -
YUV 114.82 141.09 183.05 -
System Red Green Blue C M Y K H S L
Decimal 192 71 138 0 0.63 0.28 0.25 326.78 0.49 0.52
Hex C0 47 8A 0 3F 1C 19 147 31 34
Octal 300 107 212 0 77 34 31 507 61 64
Binary 11000000 1000111 10001010 0 111111 11100 11001 101000111 110001 110100

Color Harmonies of #C0478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0478A

Black with #C0478A

Text Example


Text Example

White with #C0478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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