Html Css Color HEX #C054A4 Mulberry

📋 copy color: '#C054A4'

red 192 ◦ green 84 ◦ blue 164

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

Shades of Mulberry #C054A4

Tints of Mulberry #C054A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.27%

R = 43.64%
G = 19.09%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C054A4 (or 0xC054A4) is known color: Mulberry. HEX triplet: C0, 54 and A4. RGB value is (192,84,164). Sum of RGB (Red+Green+Blue) = 192+84+164=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C054A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054A4 is #3FAB5B. Grayscale: #7D7D7D. Windows color (decimal): -4172636 or 10769600. OLE color: 10769600.

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

Color convert

RGB 192 84 164 -
CMYK 0 0.56 0.15 0.25
HSL 315.56º 0.46% 0.54% -
HSV(B) 315.56º 0.56% 0.75% -
XYZ 31.61 20.23 37.36 -
YUV 125.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 192 84 164 0 0.56 0.15 0.25 315.56 0.46 0.54
Hex C0 54 A4 0 38 F 19 13C 2E 36
Octal 300 124 244 0 70 17 31 474 56 66
Binary 11000000 1010100 10100100 0 111000 1111 11001 100111100 101110 110110

Color Harmonies of #C054A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054A4

Black with #C054A4

Text Example


Text Example

White with #C054A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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