Html Css Color HEX #C0448D Mulberry

📋 copy color: '#C0448D'

red 192 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #C0448D

Tints of Mulberry #C0448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 47.88%
G = 16.96%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0448D (or 0xC0448D) is known color: Mulberry. HEX triplet: C0, 44 and 8D. RGB value is (192,68,141). Sum of RGB (Red+Green+Blue) = 192+68+141=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0448D is #3FBB72. Grayscale: #717171. Windows color (decimal): -4176755 or 9258176. OLE color: 9258176.

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

Color convert

RGB 192 68 141 -
CMYK 0 0.65 0.27 0.25
HSL 324.68º 0.5% 0.51% -
HSV(B) 324.68º 0.65% 0.75% -
XYZ 28.61 17.26 27.02 -
YUV 113.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 192 68 141 0 0.65 0.27 0.25 324.68 0.5 0.51
Hex C0 44 8D 0 41 1B 19 145 32 33
Octal 300 104 215 0 101 33 31 505 62 63
Binary 11000000 1000100 10001101 0 1000001 11011 11001 101000101 110010 110011

Color Harmonies of #C0448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0448D

Black with #C0448D

Text Example


Text Example

White with #C0448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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