Html Css Color HEX #C04498 Mulberry

📋 copy color: '#C04498'

red 192 ◦ green 68 ◦ blue 152

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

Shades of Mulberry #C04498

Tints of Mulberry #C04498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 46.6%
G = 16.5%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C04498 (or 0xC04498) is known color: Mulberry. HEX triplet: C0, 44 and 98. RGB value is (192,68,152). Sum of RGB (Red+Green+Blue) = 192+68+152=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C04498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04498 is #3FBB67. Grayscale: #727272. Windows color (decimal): -4176744 or 9979072. OLE color: 9979072.

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

Color convert

RGB 192 68 152 -
CMYK 0 0.65 0.21 0.25
HSL 319.35º 0.5% 0.51% -
HSV(B) 319.35º 0.65% 0.75% -
XYZ 29.47 17.61 31.55 -
YUV 114.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 192 68 152 0 0.65 0.21 0.25 319.35 0.5 0.51
Hex C0 44 98 0 41 15 19 13F 32 33
Octal 300 104 230 0 101 25 31 477 62 63
Binary 11000000 1000100 10011000 0 1000001 10101 11001 100111111 110010 110011

Color Harmonies of #C04498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04498

Black with #C04498

Text Example


Text Example

White with #C04498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04498; }

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

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

background-color css

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

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

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

border-color css

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

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

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