Html Css Color HEX #C25093 Mulberry

📋 copy color: '#C25093'

red 194 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #C25093

Tints of Mulberry #C25093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 46.08%
G = 19%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C25093 (or 0xC25093) is known color: Mulberry. HEX triplet: C2, 50 and 93. RGB value is (194,80,147). Sum of RGB (Red+Green+Blue) = 194+80+147=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C25093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25093 is #3DAF6C. Grayscale: #797979. Windows color (decimal): -4042605 or 9654466. OLE color: 9654466.

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

Color convert

RGB 194 80 147 -
CMYK 0 0.59 0.24 0.24
HSL 324.74º 0.48% 0.54% -
HSV(B) 324.74º 0.59% 0.76% -
XYZ 30.38 19.31 29.73 -
YUV 121.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 194 80 147 0 0.59 0.24 0.24 324.74 0.48 0.54
Hex C2 50 93 0 3B 18 18 145 30 36
Octal 302 120 223 0 73 30 30 505 60 66
Binary 11000010 1010000 10010011 0 111011 11000 11000 101000101 110000 110110

Color Harmonies of #C25093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25093

Black with #C25093

Text Example


Text Example

White with #C25093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25093; }

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

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

background-color css

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

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

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

border-color css

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

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

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