Html Css Color HEX #C04499 Mulberry

📋 copy color: '#C04499'

red 192 ◦ green 68 ◦ blue 153

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

Shades of Mulberry #C04499

Tints of Mulberry #C04499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.46%

 BLUE value IS 153 (60.16% from 255) = 37.05%

R = 46.49%
G = 16.46%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C04499 (or 0xC04499) is known color: Mulberry. HEX triplet: C0, 44 and 99. RGB value is (192,68,153). Sum of RGB (Red+Green+Blue) = 192+68+153=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C04499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04499 is #3FBB66. Grayscale: #727272. Windows color (decimal): -4176743 or 10044608. OLE color: 10044608.

HSL color Cylindrical-coordinate representation of color #C04499: hue angle of 318.87º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04499 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 153 -
CMYK 0 0.65 0.20 0.25
HSL 318.87º 0.5% 0.51% -
HSV(B) 318.87º 0.65% 0.75% -
XYZ 29.56 17.64 31.98 -
YUV 114.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 192 68 153 0 0.65 0.20 0.25 318.87 0.5 0.51
Hex C0 44 99 0 41 14 19 13F 32 33
Octal 300 104 231 0 101 24 31 477 62 63
Binary 11000000 1000100 10011001 0 1000001 10100 11001 100111111 110010 110011

Color Harmonies of #C04499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04499

Black with #C04499

Text Example


Text Example

White with #C04499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04499; }

 p { color: rgb(192,68,153); }

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

background-color css

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

 a { background-color: rgb(192,68,153); }

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

border-color css

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

 span { border-color: rgb(192,68,153); }

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