Html Css Color HEX #C04C9E Mulberry

📋 copy color: '#C04C9E'

red 192 ◦ green 76 ◦ blue 158

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

Shades of Mulberry #C04C9E

Tints of Mulberry #C04C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.84%

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

R = 45.07%
G = 17.84%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C04C9E (or 0xC04C9E) is known color: Mulberry. HEX triplet: C0, 4C and 9E. RGB value is (192,76,158). Sum of RGB (Red+Green+Blue) = 192+76+158=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C9E is #3FB361. Grayscale: #777777. Windows color (decimal): -4174690 or 10374336. OLE color: 10374336.

HSL color Cylindrical-coordinate representation of color #C04C9E: hue angle of 317.59º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C9E is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 158 -
CMYK 0 0.60 0.18 0.25
HSL 317.59º 0.48% 0.53% -
HSV(B) 317.59º 0.6% 0.75% -
XYZ 30.49 18.84 34.38 -
YUV 120.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 192 76 158 0 0.60 0.18 0.25 317.59 0.48 0.53
Hex C0 4C 9E 0 3C 12 19 13E 30 35
Octal 300 114 236 0 74 22 31 476 60 65
Binary 11000000 1001100 10011110 0 111100 10010 11001 100111110 110000 110101

Color Harmonies of #C04C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C9E

Black with #C04C9E

Text Example


Text Example

White with #C04C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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