Html Css Color HEX #C25881 Mulberry

📋 copy color: '#C25881'

red 194 ◦ green 88 ◦ blue 129

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

Shades of Mulberry #C25881

Tints of Mulberry #C25881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 47.2%
G = 21.41%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25881 (or 0xC25881) is known color: Mulberry. HEX triplet: C2, 58 and 81. RGB value is (194,88,129). Sum of RGB (Red+Green+Blue) = 194+88+129=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C25881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25881 is #3DA77E. Grayscale: #7C7C7C. Windows color (decimal): -4040575 or 8476866. OLE color: 8476866.

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

Color convert

RGB 194 88 129 -
CMYK 0 0.55 0.34 0.24
HSL 336.79º 0.46% 0.55% -
HSV(B) 336.79º 0.55% 0.76% -
XYZ 29.7 20.03 23.07 -
YUV 124.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 194 88 129 0 0.55 0.34 0.24 336.79 0.46 0.55
Hex C2 58 81 0 37 22 18 151 2E 37
Octal 302 130 201 0 67 42 30 521 56 67
Binary 11000010 1011000 10000001 0 110111 100010 11000 101010001 101110 110111

Color Harmonies of #C25881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25881

Black with #C25881

Text Example


Text Example

White with #C25881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25881; }

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

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

background-color css

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

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

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

border-color css

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

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

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