Html Css Color HEX #C04B99 Mulberry

📋 copy color: '#C04B99'

red 192 ◦ green 75 ◦ blue 153

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

Shades of Mulberry #C04B99

Tints of Mulberry #C04B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.86%

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

R = 45.71%
G = 17.86%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C04B99 (or 0xC04B99) is known color: Mulberry. HEX triplet: C0, 4B and 99. RGB value is (192,75,153). Sum of RGB (Red+Green+Blue) = 192+75+153=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B99 is #3FB466. Grayscale: #767676. Windows color (decimal): -4174951 or 10046400. OLE color: 10046400.

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

Color convert

RGB 192 75 153 -
CMYK 0 0.61 0.20 0.25
HSL 320º 0.48% 0.52% -
HSV(B) 320º 0.61% 0.75% -
XYZ 30 18.54 32.13 -
YUV 118.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 192 75 153 0 0.61 0.20 0.25 320 0.48 0.52
Hex C0 4B 99 0 3D 14 19 140 30 34
Octal 300 113 231 0 75 24 31 500 60 64
Binary 11000000 1001011 10011001 0 111101 10100 11001 101000000 110000 110100

Color Harmonies of #C04B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B99

Black with #C04B99

Text Example


Text Example

White with #C04B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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