Html Css Color HEX #C04A81 Mulberry

📋 copy color: '#C04A81'

red 192 ◦ green 74 ◦ blue 129

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

Shades of Mulberry #C04A81

Tints of Mulberry #C04A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

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

R = 48.61%
G = 18.73%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C04A81 (or 0xC04A81) is known color: Mulberry. HEX triplet: C0, 4A and 81. RGB value is (192,74,129). Sum of RGB (Red+Green+Blue) = 192+74+129=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A81 is #3FB57E. Grayscale: #737373. Windows color (decimal): -4175231 or 8473280. OLE color: 8473280.

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

Color convert

RGB 192 74 129 -
CMYK 0 0.61 0.33 0.25
HSL 332.03º 0.48% 0.52% -
HSV(B) 332.03º 0.61% 0.75% -
XYZ 28.15 17.69 22.7 -
YUV 115.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 192 74 129 0 0.61 0.33 0.25 332.03 0.48 0.52
Hex C0 4A 81 0 3D 21 19 14C 30 34
Octal 300 112 201 0 75 41 31 514 60 64
Binary 11000000 1001010 10000001 0 111101 100001 11001 101001100 110000 110100

Color Harmonies of #C04A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A81

Black with #C04A81

Text Example


Text Example

White with #C04A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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