Html Css Color HEX #C25481 Mulberry

📋 copy color: '#C25481'

red 194 ◦ green 84 ◦ blue 129

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

Shades of Mulberry #C25481

Tints of Mulberry #C25481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.64%

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

R = 47.67%
G = 20.64%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25481 (or 0xC25481) is known color: Mulberry. HEX triplet: C2, 54 and 81. RGB value is (194,84,129). Sum of RGB (Red+Green+Blue) = 194+84+129=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C25481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25481 is #3DAB7E. Grayscale: #797979. Windows color (decimal): -4041599 or 8475842. OLE color: 8475842.

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

Color convert

RGB 194 84 129 -
CMYK 0 0.57 0.34 0.24
HSL 335.45º 0.47% 0.55% -
HSV(B) 335.45º 0.57% 0.76% -
XYZ 29.38 19.39 22.96 -
YUV 122.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 194 84 129 0 0.57 0.34 0.24 335.45 0.47 0.55
Hex C2 54 81 0 39 22 18 14F 2F 37
Octal 302 124 201 0 71 42 30 517 57 67
Binary 11000010 1010100 10000001 0 111001 100010 11000 101001111 101111 110111

Color Harmonies of #C25481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25481

Black with #C25481

Text Example


Text Example

White with #C25481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25481; }

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

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

background-color css

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

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

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

border-color css

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

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

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