Html Css Color HEX #C04F87 Mulberry

📋 copy color: '#C04F87'

red 192 ◦ green 79 ◦ blue 135

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

Shades of Mulberry #C04F87

Tints of Mulberry #C04F87

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.46%

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 47.29%
G = 19.46%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C04F87 (or 0xC04F87) is known color: Mulberry. HEX triplet: C0, 4F and 87. RGB value is (192,79,135). Sum of RGB (Red+Green+Blue) = 192+79+135=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F87 is #3FB078. Grayscale: #777777. Windows color (decimal): -4173945 or 8867776. OLE color: 8867776.

HSL color Cylindrical-coordinate representation of color #C04F87: hue angle of 330.27º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F87 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 79 135 -
CMYK 0 0.59 0.30 0.25
HSL 330.27º 0.47% 0.53% -
HSV(B) 330.27º 0.59% 0.75% -
XYZ 28.91 18.55 24.98 -
YUV 119.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 192 79 135 0 0.59 0.30 0.25 330.27 0.47 0.53
Hex C0 4F 87 0 3B 1E 19 14A 2F 35
Octal 300 117 207 0 73 36 31 512 57 65
Binary 11000000 1001111 10000111 0 111011 11110 11001 101001010 101111 110101

Color Harmonies of #C04F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F87

Black with #C04F87

Text Example


Text Example

White with #C04F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F87; }

 p { color: rgb(192,79,135); }

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

background-color css

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

 a { background-color: rgb(192,79,135); }

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

border-color css

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

 span { border-color: rgb(192,79,135); }

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