Html Css Color HEX #C04A8F Mulberry

📋 copy color: '#C04A8F'

red 192 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #C04A8F

Tints of Mulberry #C04A8F

RGB

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

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

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

R = 46.94%
G = 18.09%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C04A8F (or 0xC04A8F) is known color: Mulberry. HEX triplet: C0, 4A and 8F. RGB value is (192,74,143). Sum of RGB (Red+Green+Blue) = 192+74+143=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A8F is #3FB570. Grayscale: #747474. Windows color (decimal): -4175217 or 9390784. OLE color: 9390784.

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

Color convert

RGB 192 74 143 -
CMYK 0 0.61 0.26 0.25
HSL 324.92º 0.48% 0.52% -
HSV(B) 324.92º 0.61% 0.75% -
XYZ 29.14 18.09 27.94 -
YUV 117.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 192 74 143 0 0.61 0.26 0.25 324.92 0.48 0.52
Hex C0 4A 8F 0 3D 1A 19 145 30 34
Octal 300 112 217 0 75 32 31 505 60 64
Binary 11000000 1001010 10001111 0 111101 11010 11001 101000101 110000 110100

Color Harmonies of #C04A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A8F

Black with #C04A8F

Text Example


Text Example

White with #C04A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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