Html Css Color HEX #C0448F Mulberry

📋 copy color: '#C0448F'

red 192 ◦ green 68 ◦ blue 143

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

Shades of Mulberry #C0448F

Tints of Mulberry #C0448F

RGB

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

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

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

R = 47.64%
G = 16.87%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0448F (or 0xC0448F) is known color: Mulberry. HEX triplet: C0, 44 and 8F. RGB value is (192,68,143). Sum of RGB (Red+Green+Blue) = 192+68+143=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0448F is #3FBB70. Grayscale: #717171. Windows color (decimal): -4176753 or 9389248. OLE color: 9389248.

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

Color convert

RGB 192 68 143 -
CMYK 0 0.65 0.26 0.25
HSL 323.71º 0.5% 0.51% -
HSV(B) 323.71º 0.65% 0.75% -
XYZ 28.76 17.32 27.81 -
YUV 113.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 192 68 143 0 0.65 0.26 0.25 323.71 0.5 0.51
Hex C0 44 8F 0 41 1A 19 144 32 33
Octal 300 104 217 0 101 32 31 504 62 63
Binary 11000000 1000100 10001111 0 1000001 11010 11001 101000100 110010 110011

Color Harmonies of #C0448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0448F

Black with #C0448F

Text Example


Text Example

White with #C0448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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