Html Css Color HEX #C25299 Mulberry

📋 copy color: '#C25299'

red 194 ◦ green 82 ◦ blue 153

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

Shades of Mulberry #C25299

Tints of Mulberry #C25299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.11%

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 45.22%
G = 19.11%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C25299 (or 0xC25299) is known color: Mulberry. HEX triplet: C2, 52 and 99. RGB value is (194,82,153). Sum of RGB (Red+Green+Blue) = 194+82+153=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25299 is #3DAD66. Grayscale: #7B7B7B. Windows color (decimal): -4042087 or 10048194. OLE color: 10048194.

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

Color convert

RGB 194 82 153 -
CMYK 0 0.58 0.21 0.24
HSL 321.96º 0.48% 0.54% -
HSV(B) 321.96º 0.58% 0.76% -
XYZ 31.02 19.8 32.32 -
YUV 123.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 194 82 153 0 0.58 0.21 0.24 321.96 0.48 0.54
Hex C2 52 99 0 3A 15 18 142 30 36
Octal 302 122 231 0 72 25 30 502 60 66
Binary 11000010 1010010 10011001 0 111010 10101 11000 101000010 110000 110110

Color Harmonies of #C25299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25299

Black with #C25299

Text Example


Text Example

White with #C25299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25299; }

 p { color: rgb(194,82,153); }

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

background-color css

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

 a { background-color: rgb(194,82,153); }

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

border-color css

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

 span { border-color: rgb(194,82,153); }

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