Html Css Color HEX #C0478F Mulberry

📋 copy color: '#C0478F'

red 192 ◦ green 71 ◦ blue 143

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

Shades of Mulberry #C0478F

Tints of Mulberry #C0478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 47.29%
G = 17.49%
B = 35.22%

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

#C0478F (or 0xC0478F) is known color: Mulberry. HEX triplet: C0, 47 and 8F. RGB value is (192,71,143). Sum of RGB (Red+Green+Blue) = 192+71+143=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0478F is #3FB870. Grayscale: #737373. Windows color (decimal): -4175985 or 9390016. OLE color: 9390016.

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

Color convert

RGB 192 71 143 -
CMYK 0 0.63 0.26 0.25
HSL 324.3º 0.49% 0.52% -
HSV(B) 324.3º 0.63% 0.75% -
XYZ 28.95 17.7 27.88 -
YUV 115.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 192 71 143 0 0.63 0.26 0.25 324.3 0.49 0.52
Hex C0 47 8F 0 3F 1A 19 144 31 34
Octal 300 107 217 0 77 32 31 504 61 64
Binary 11000000 1000111 10001111 0 111111 11010 11001 101000100 110001 110100

Color Harmonies of #C0478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0478F

Black with #C0478F

Text Example


Text Example

White with #C0478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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