Html Css Color HEX #C0448B Mulberry

📋 copy color: '#C0448B'

red 192 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #C0448B

Tints of Mulberry #C0448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 48.12%
G = 17.04%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0448B (or 0xC0448B) is known color: Mulberry. HEX triplet: C0, 44 and 8B. RGB value is (192,68,139). Sum of RGB (Red+Green+Blue) = 192+68+139=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0448B is #3FBB74. Grayscale: #717171. Windows color (decimal): -4176757 or 9127104. OLE color: 9127104.

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

Color convert

RGB 192 68 139 -
CMYK 0 0.65 0.28 0.25
HSL 325.65º 0.5% 0.51% -
HSV(B) 325.65º 0.65% 0.75% -
XYZ 28.47 17.2 26.25 -
YUV 113.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 192 68 139 0 0.65 0.28 0.25 325.65 0.5 0.51
Hex C0 44 8B 0 41 1C 19 146 32 33
Octal 300 104 213 0 101 34 31 506 62 63
Binary 11000000 1000100 10001011 0 1000001 11100 11001 101000110 110010 110011

Color Harmonies of #C0448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0448B

Black with #C0448B

Text Example


Text Example

White with #C0448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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