Html Css Color HEX #C04B9F Mulberry

📋 copy color: '#C04B9F'

red 192 ◦ green 75 ◦ blue 159

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

Shades of Mulberry #C04B9F

Tints of Mulberry #C04B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 45.07%
G = 17.61%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C04B9F (or 0xC04B9F) is known color: Mulberry. HEX triplet: C0, 4B and 9F. RGB value is (192,75,159). Sum of RGB (Red+Green+Blue) = 192+75+159=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B9F is #3FB460. Grayscale: #777777. Windows color (decimal): -4174945 or 10439616. OLE color: 10439616.

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

Color convert

RGB 192 75 159 -
CMYK 0 0.61 0.17 0.25
HSL 316.92º 0.48% 0.52% -
HSV(B) 316.92º 0.61% 0.75% -
XYZ 30.51 18.74 34.81 -
YUV 119.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 192 75 159 0 0.61 0.17 0.25 316.92 0.48 0.52
Hex C0 4B 9F 0 3D 11 19 13D 30 34
Octal 300 113 237 0 75 21 31 475 60 64
Binary 11000000 1001011 10011111 0 111101 10001 11001 100111101 110000 110100

Color Harmonies of #C04B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B9F

Black with #C04B9F

Text Example


Text Example

White with #C04B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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