Html Css Color HEX #C04984 Mulberry

📋 copy color: '#C04984'

red 192 ◦ green 73 ◦ blue 132

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

Shades of Mulberry #C04984

Tints of Mulberry #C04984

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 48.36%
G = 18.39%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04984 (or 0xC04984) is known color: Mulberry. HEX triplet: C0, 49 and 84. RGB value is (192,73,132). Sum of RGB (Red+Green+Blue) = 192+73+132=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C04984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04984 is #3FB67B. Grayscale: #737373. Windows color (decimal): -4175484 or 8669632. OLE color: 8669632.

HSL color Cylindrical-coordinate representation of color #C04984: hue angle of 330.25º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04984 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 132 -
CMYK 0 0.62 0.31 0.25
HSL 330.25º 0.49% 0.52% -
HSV(B) 330.25º 0.62% 0.75% -
XYZ 28.29 17.64 23.74 -
YUV 115.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 192 73 132 0 0.62 0.31 0.25 330.25 0.49 0.52
Hex C0 49 84 0 3E 1F 19 14A 31 34
Octal 300 111 204 0 76 37 31 512 61 64
Binary 11000000 1001001 10000100 0 111110 11111 11001 101001010 110001 110100

Color Harmonies of #C04984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04984

Black with #C04984

Text Example


Text Example

White with #C04984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04984; }

 p { color: rgb(192,73,132); }

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

background-color css

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

 a { background-color: rgb(192,73,132); }

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

border-color css

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

 span { border-color: rgb(192,73,132); }

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