Html Css Color HEX #C054A0 Mulberry

📋 copy color: '#C054A0'

red 192 ◦ green 84 ◦ blue 160

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

Shades of Mulberry #C054A0

Tints of Mulberry #C054A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.27%

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 44.04%
G = 19.27%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C054A0 (or 0xC054A0) is known color: Mulberry. HEX triplet: C0, 54 and A0. RGB value is (192,84,160). Sum of RGB (Red+Green+Blue) = 192+84+160=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C054A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054A0 is #3FAB5F. Grayscale: #7C7C7C. Windows color (decimal): -4172640 or 10507456. OLE color: 10507456.

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

Color convert

RGB 192 84 160 -
CMYK 0 0.56 0.17 0.25
HSL 317.78º 0.46% 0.54% -
HSV(B) 317.78º 0.56% 0.75% -
XYZ 31.25 20.09 35.49 -
YUV 124.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 192 84 160 0 0.56 0.17 0.25 317.78 0.46 0.54
Hex C0 54 A0 0 38 11 19 13E 2E 36
Octal 300 124 240 0 70 21 31 476 56 66
Binary 11000000 1010100 10100000 0 111000 10001 11001 100111110 101110 110110

Color Harmonies of #C054A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054A0

Black with #C054A0

Text Example


Text Example

White with #C054A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054A0; }

 p { color: rgb(192,84,160); }

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

background-color css

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

 a { background-color: rgb(192,84,160); }

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

border-color css

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

 span { border-color: rgb(192,84,160); }

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