Html Css Color HEX #C0449F Mulberry

📋 copy color: '#C0449F'

red 192 ◦ green 68 ◦ blue 159

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

Shades of Mulberry #C0449F

Tints of Mulberry #C0449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

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

R = 45.82%
G = 16.23%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0449F (or 0xC0449F) is known color: Mulberry. HEX triplet: C0, 44 and 9F. RGB value is (192,68,159). Sum of RGB (Red+Green+Blue) = 192+68+159=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0449F is #3FBB60. Grayscale: #737373. Windows color (decimal): -4176737 or 10437824. OLE color: 10437824.

HSL color Cylindrical-coordinate representation of color #C0449F: hue angle of 315.97º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0449F is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 159 -
CMYK 0 0.65 0.17 0.25
HSL 315.97º 0.5% 0.51% -
HSV(B) 315.97º 0.65% 0.75% -
XYZ 30.06 17.84 34.66 -
YUV 115.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 192 68 159 0 0.65 0.17 0.25 315.97 0.5 0.51
Hex C0 44 9F 0 41 11 19 13C 32 33
Octal 300 104 237 0 101 21 31 474 62 63
Binary 11000000 1000100 10011111 0 1000001 10001 11001 100111100 110010 110011

Color Harmonies of #C0449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0449F

Black with #C0449F

Text Example


Text Example

White with #C0449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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