Html Css Color HEX #C04A9E Mulberry

📋 copy color: '#C04A9E'

red 192 ◦ green 74 ◦ blue 158

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

Shades of Mulberry #C04A9E

Tints of Mulberry #C04A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 45.28%
G = 17.45%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C04A9E (or 0xC04A9E) is known color: Mulberry. HEX triplet: C0, 4A and 9E. RGB value is (192,74,158). Sum of RGB (Red+Green+Blue) = 192+74+158=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A9E is #3FB561. Grayscale: #767676. Windows color (decimal): -4175202 or 10373824. OLE color: 10373824.

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

Color convert

RGB 192 74 158 -
CMYK 0 0.61 0.18 0.25
HSL 317.29º 0.48% 0.52% -
HSV(B) 317.29º 0.61% 0.75% -
XYZ 30.36 18.57 34.33 -
YUV 118.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 192 74 158 0 0.61 0.18 0.25 317.29 0.48 0.52
Hex C0 4A 9E 0 3D 12 19 13D 30 34
Octal 300 112 236 0 75 22 31 475 60 64
Binary 11000000 1001010 10011110 0 111101 10010 11001 100111101 110000 110100

Color Harmonies of #C04A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A9E

Black with #C04A9E

Text Example


Text Example

White with #C04A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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