Html Css Color HEX #C0479F Mulberry

📋 copy color: '#C0479F'

red 192 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #C0479F

Tints of Mulberry #C0479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 45.5%
G = 16.82%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0479F (or 0xC0479F) is known color: Mulberry. HEX triplet: C0, 47 and 9F. RGB value is (192,71,159). Sum of RGB (Red+Green+Blue) = 192+71+159=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0479F is #3FB860. Grayscale: #747474. Windows color (decimal): -4175969 or 10438592. OLE color: 10438592.

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

Color convert

RGB 192 71 159 -
CMYK 0 0.63 0.17 0.25
HSL 316.36º 0.49% 0.52% -
HSV(B) 316.36º 0.63% 0.75% -
XYZ 30.25 18.22 34.72 -
YUV 117.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 192 71 159 0 0.63 0.17 0.25 316.36 0.49 0.52
Hex C0 47 9F 0 3F 11 19 13C 31 34
Octal 300 107 237 0 77 21 31 474 61 64
Binary 11000000 1000111 10011111 0 111111 10001 11001 100111100 110001 110100

Color Harmonies of #C0479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0479F

Black with #C0479F

Text Example


Text Example

White with #C0479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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