Html Css Color HEX #C25184 Mulberry

📋 copy color: '#C25184'

red 194 ◦ green 81 ◦ blue 132

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

Shades of Mulberry #C25184

Tints of Mulberry #C25184

RGB

 RED value IS 194 (76.17% from 255) = 47.67%

 GREEN value IS 81 (32.03% from 255) = 19.9%

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

R = 47.67%
G = 19.9%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C25184 (or 0xC25184) is known color: Mulberry. HEX triplet: C2, 51 and 84. RGB value is (194,81,132). Sum of RGB (Red+Green+Blue) = 194+81+132=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C25184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25184 is #3DAE7B. Grayscale: #787878. Windows color (decimal): -4042364 or 8671682. OLE color: 8671682.

HSL color Cylindrical-coordinate representation of color #C25184: hue angle of 332.92º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25184 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 132 -
CMYK 0 0.58 0.32 0.24
HSL 332.92º 0.48% 0.54% -
HSV(B) 332.92º 0.58% 0.76% -
XYZ 29.36 19.02 23.95 -
YUV 120.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 194 81 132 0 0.58 0.32 0.24 332.92 0.48 0.54
Hex C2 51 84 0 3A 20 18 14D 30 36
Octal 302 121 204 0 72 40 30 515 60 66
Binary 11000010 1010001 10000100 0 111010 100000 11000 101001101 110000 110110

Color Harmonies of #C25184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25184

Black with #C25184

Text Example


Text Example

White with #C25184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25184; }

 p { color: rgb(194,81,132); }

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

background-color css

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

 a { background-color: rgb(194,81,132); }

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

border-color css

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

 span { border-color: rgb(194,81,132); }

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