Html Css Color HEX #C25193 Mulberry

📋 copy color: '#C25193'

red 194 ◦ green 81 ◦ blue 147

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

Shades of Mulberry #C25193

Tints of Mulberry #C25193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 45.97%
G = 19.19%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C25193 (or 0xC25193) is known color: Mulberry. HEX triplet: C2, 51 and 93. RGB value is (194,81,147). Sum of RGB (Red+Green+Blue) = 194+81+147=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C25193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25193 is #3DAE6C. Grayscale: #7A7A7A. Windows color (decimal): -4042349 or 9654722. OLE color: 9654722.

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

Color convert

RGB 194 81 147 -
CMYK 0 0.58 0.24 0.24
HSL 324.96º 0.48% 0.54% -
HSV(B) 324.96º 0.58% 0.76% -
XYZ 30.46 19.46 29.75 -
YUV 122.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 194 81 147 0 0.58 0.24 0.24 324.96 0.48 0.54
Hex C2 51 93 0 3A 18 18 145 30 36
Octal 302 121 223 0 72 30 30 505 60 66
Binary 11000010 1010001 10010011 0 111010 11000 11000 101000101 110000 110110

Color Harmonies of #C25193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25193

Black with #C25193

Text Example


Text Example

White with #C25193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25193; }

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

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

background-color css

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

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

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

border-color css

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

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

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