Html Css Color HEX #C25181 Mulberry

📋 copy color: '#C25181'

red 194 ◦ green 81 ◦ blue 129

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

Shades of Mulberry #C25181

Tints of Mulberry #C25181

RGB

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

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

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

R = 48.02%
G = 20.05%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25181 (or 0xC25181) is known color: Mulberry. HEX triplet: C2, 51 and 81. RGB value is (194,81,129). Sum of RGB (Red+Green+Blue) = 194+81+129=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C25181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25181 is #3DAE7E. Grayscale: #787878. Windows color (decimal): -4042367 or 8475074. OLE color: 8475074.

HSL color Cylindrical-coordinate representation of color #C25181: hue angle of 334.51º 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 #C25181 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 129 -
CMYK 0 0.58 0.34 0.24
HSL 334.51º 0.48% 0.54% -
HSV(B) 334.51º 0.58% 0.76% -
XYZ 29.15 18.94 22.89 -
YUV 120.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 194 81 129 0 0.58 0.34 0.24 334.51 0.48 0.54
Hex C2 51 81 0 3A 22 18 14F 30 36
Octal 302 121 201 0 72 42 30 517 60 66
Binary 11000010 1010001 10000001 0 111010 100010 11000 101001111 110000 110110

Color Harmonies of #C25181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25181

Black with #C25181

Text Example


Text Example

White with #C25181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25181; }

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

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

background-color css

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

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

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

border-color css

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

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

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