Html Css Color HEX #C25994 Mulberry

📋 copy color: '#C25994'

red 194 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #C25994

Tints of Mulberry #C25994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.65%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 45.01%
G = 20.65%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C25994 (or 0xC25994) is known color: Mulberry. HEX triplet: C2, 59 and 94. RGB value is (194,89,148). Sum of RGB (Red+Green+Blue) = 194+89+148=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C25994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25994 is #3DA66B. Grayscale: #7E7E7E. Windows color (decimal): -4040300 or 9722306. OLE color: 9722306.

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

Color convert

RGB 194 89 148 -
CMYK 0 0.54 0.24 0.24
HSL 326.29º 0.46% 0.55% -
HSV(B) 326.29º 0.54% 0.76% -
XYZ 31.17 20.75 30.38 -
YUV 127.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 194 89 148 0 0.54 0.24 0.24 326.29 0.46 0.55
Hex C2 59 94 0 36 18 18 146 2E 37
Octal 302 131 224 0 66 30 30 506 56 67
Binary 11000010 1011001 10010100 0 110110 11000 11000 101000110 101110 110111

Color Harmonies of #C25994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25994

Black with #C25994

Text Example


Text Example

White with #C25994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25994; }

 p { color: rgb(194,89,148); }

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

background-color css

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

 a { background-color: rgb(194,89,148); }

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

border-color css

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

 span { border-color: rgb(194,89,148); }

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