Html Css Color HEX #C0478E Mulberry

📋 copy color: '#C0478E'

red 192 ◦ green 71 ◦ blue 142

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

Shades of Mulberry #C0478E

Tints of Mulberry #C0478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 47.41%
G = 17.53%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0478E (or 0xC0478E) is known color: Mulberry. HEX triplet: C0, 47 and 8E. RGB value is (192,71,142). Sum of RGB (Red+Green+Blue) = 192+71+142=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0478E is #3FB871. Grayscale: #737373. Windows color (decimal): -4175986 or 9324480. OLE color: 9324480.

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

Color convert

RGB 192 71 142 -
CMYK 0 0.63 0.26 0.25
HSL 324.79º 0.49% 0.52% -
HSV(B) 324.79º 0.63% 0.75% -
XYZ 28.87 17.67 27.48 -
YUV 115.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 192 71 142 0 0.63 0.26 0.25 324.79 0.49 0.52
Hex C0 47 8E 0 3F 1A 19 145 31 34
Octal 300 107 216 0 77 32 31 505 61 64
Binary 11000000 1000111 10001110 0 111111 11010 11001 101000101 110001 110100

Color Harmonies of #C0478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0478E

Black with #C0478E

Text Example


Text Example

White with #C0478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0478E; }

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

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

background-color css

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

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

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

border-color css

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

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

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