Html Css Color HEX #C04484 Mulberry

📋 copy color: '#C04484'

red 192 ◦ green 68 ◦ blue 132

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

Shades of Mulberry #C04484

Tints of Mulberry #C04484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.35%

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

R = 48.98%
G = 17.35%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04484 (or 0xC04484) is known color: Mulberry. HEX triplet: C0, 44 and 84. RGB value is (192,68,132). Sum of RGB (Red+Green+Blue) = 192+68+132=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C04484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04484 is #3FBB7B. Grayscale: #707070. Windows color (decimal): -4176764 or 8668352. OLE color: 8668352.

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

Color convert

RGB 192 68 132 -
CMYK 0 0.65 0.31 0.25
HSL 329.03º 0.5% 0.51% -
HSV(B) 329.03º 0.65% 0.75% -
XYZ 27.97 17.01 23.64 -
YUV 112.37 139.08 184.8 -
System Red Green Blue C M Y K H S L
Decimal 192 68 132 0 0.65 0.31 0.25 329.03 0.5 0.51
Hex C0 44 84 0 41 1F 19 149 32 33
Octal 300 104 204 0 101 37 31 511 62 63
Binary 11000000 1000100 10000100 0 1000001 11111 11001 101001001 110010 110011

Color Harmonies of #C04484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04484

Black with #C04484

Text Example


Text Example

White with #C04484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04484; }

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

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

background-color css

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

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

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

border-color css

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

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

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