Html Css Color HEX #C04B9E Mulberry

📋 copy color: '#C04B9E'

red 192 ◦ green 75 ◦ blue 158

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

Shades of Mulberry #C04B9E

Tints of Mulberry #C04B9E

RGB

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

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

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

R = 45.18%
G = 17.65%
B = 37.18%

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

#C04B9E (or 0xC04B9E) is known color: Mulberry. HEX triplet: C0, 4B and 9E. RGB value is (192,75,158). Sum of RGB (Red+Green+Blue) = 192+75+158=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B9E is #3FB461. Grayscale: #777777. Windows color (decimal): -4174946 or 10374080. OLE color: 10374080.

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

Color convert

RGB 192 75 158 -
CMYK 0 0.61 0.18 0.25
HSL 317.44º 0.48% 0.52% -
HSV(B) 317.44º 0.61% 0.75% -
XYZ 30.43 18.71 34.35 -
YUV 119.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 192 75 158 0 0.61 0.18 0.25 317.44 0.48 0.52
Hex C0 4B 9E 0 3D 12 19 13D 30 34
Octal 300 113 236 0 75 22 31 475 60 64
Binary 11000000 1001011 10011110 0 111101 10010 11001 100111101 110000 110100

Color Harmonies of #C04B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B9E

Black with #C04B9E

Text Example


Text Example

White with #C04B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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