Html Css Color HEX #C04F81 Mulberry

📋 copy color: '#C04F81'

red 192 ◦ green 79 ◦ blue 129

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

Shades of Mulberry #C04F81

Tints of Mulberry #C04F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.25%

R = 48%
G = 19.75%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C04F81 (or 0xC04F81) is known color: Mulberry. HEX triplet: C0, 4F and 81. RGB value is (192,79,129). Sum of RGB (Red+Green+Blue) = 192+79+129=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F81 is #3FB07E. Grayscale: #767676. Windows color (decimal): -4173951 or 8474560. OLE color: 8474560.

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

Color convert

RGB 192 79 129 -
CMYK 0 0.59 0.33 0.25
HSL 333.45º 0.47% 0.53% -
HSV(B) 333.45º 0.59% 0.75% -
XYZ 28.5 18.38 22.82 -
YUV 118.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 192 79 129 0 0.59 0.33 0.25 333.45 0.47 0.53
Hex C0 4F 81 0 3B 21 19 14D 2F 35
Octal 300 117 201 0 73 41 31 515 57 65
Binary 11000000 1001111 10000001 0 111011 100001 11001 101001101 101111 110101

Color Harmonies of #C04F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F81

Black with #C04F81

Text Example


Text Example

White with #C04F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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