Html Css Color HEX #C2527F Mulberry

📋 copy color: '#C2527F'

red 194 ◦ green 82 ◦ blue 127

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

Shades of Mulberry #C2527F

Tints of Mulberry #C2527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 48.14%
G = 20.35%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2527F (or 0xC2527F) is known color: Mulberry. HEX triplet: C2, 52 and 7F. RGB value is (194,82,127). Sum of RGB (Red+Green+Blue) = 194+82+127=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2527F is #3DAD80. Grayscale: #787878. Windows color (decimal): -4042113 or 8344258. OLE color: 8344258.

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

Color convert

RGB 194 82 127 -
CMYK 0 0.58 0.35 0.24
HSL 335.89º 0.48% 0.54% -
HSV(B) 335.89º 0.58% 0.76% -
XYZ 29.1 19.04 22.22 -
YUV 120.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 194 82 127 0 0.58 0.35 0.24 335.89 0.48 0.54
Hex C2 52 7F 0 3A 23 18 150 30 36
Octal 302 122 177 0 72 43 30 520 60 66
Binary 11000010 1010010 1111111 0 111010 100011 11000 101010000 110000 110110

Color Harmonies of #C2527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2527F

Black with #C2527F

Text Example


Text Example

White with #C2527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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