Html Css Color HEX #C04A8A Mulberry

📋 copy color: '#C04A8A'

red 192 ◦ green 74 ◦ blue 138

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

Shades of Mulberry #C04A8A

Tints of Mulberry #C04A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.32%

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 47.52%
G = 18.32%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C04A8A (or 0xC04A8A) is known color: Mulberry. HEX triplet: C0, 4A and 8A. RGB value is (192,74,138). Sum of RGB (Red+Green+Blue) = 192+74+138=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A8A is #3FB575. Grayscale: #747474. Windows color (decimal): -4175222 or 9063104. OLE color: 9063104.

HSL color Cylindrical-coordinate representation of color #C04A8A: hue angle of 327.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04A8A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 138 -
CMYK 0 0.61 0.28 0.25
HSL 327.46º 0.48% 0.52% -
HSV(B) 327.46º 0.61% 0.75% -
XYZ 28.77 17.94 25.99 -
YUV 116.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 192 74 138 0 0.61 0.28 0.25 327.46 0.48 0.52
Hex C0 4A 8A 0 3D 1C 19 147 30 34
Octal 300 112 212 0 75 34 31 507 60 64
Binary 11000000 1001010 10001010 0 111101 11100 11001 101000111 110000 110100

Color Harmonies of #C04A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A8A

Black with #C04A8A

Text Example


Text Example

White with #C04A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A8A; }

 p { color: rgb(192,74,138); }

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

background-color css

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

 a { background-color: rgb(192,74,138); }

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

border-color css

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

 span { border-color: rgb(192,74,138); }

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