Html Css Color HEX #C04C82 Mulberry

📋 copy color: '#C04C82'

red 192 ◦ green 76 ◦ blue 130

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

Shades of Mulberry #C04C82

Tints of Mulberry #C04C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 48.24%
G = 19.1%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04C82 (or 0xC04C82) is known color: Mulberry. HEX triplet: C0, 4C and 82. RGB value is (192,76,130). Sum of RGB (Red+Green+Blue) = 192+76+130=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C82 is #3FB37D. Grayscale: #747474. Windows color (decimal): -4174718 or 8539328. OLE color: 8539328.

HSL color Cylindrical-coordinate representation of color #C04C82: hue angle of 332.07º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C82 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 130 -
CMYK 0 0.60 0.32 0.25
HSL 332.07º 0.48% 0.53% -
HSV(B) 332.07º 0.6% 0.75% -
XYZ 28.35 17.99 23.1 -
YUV 116.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 192 76 130 0 0.60 0.32 0.25 332.07 0.48 0.53
Hex C0 4C 82 0 3C 20 19 14C 30 35
Octal 300 114 202 0 74 40 31 514 60 65
Binary 11000000 1001100 10000010 0 111100 100000 11001 101001100 110000 110101

Color Harmonies of #C04C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C82

Black with #C04C82

Text Example


Text Example

White with #C04C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C82; }

 p { color: rgb(192,76,130); }

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

background-color css

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

 a { background-color: rgb(192,76,130); }

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

border-color css

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

 span { border-color: rgb(192,76,130); }

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