Html Css Color HEX #C2517F Mulberry

📋 copy color: '#C2517F'

red 194 ◦ green 81 ◦ blue 127

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

Shades of Mulberry #C2517F

Tints of Mulberry #C2517F

RGB

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

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

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

R = 48.26%
G = 20.15%
B = 31.59%

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

#C2517F (or 0xC2517F) is known color: Mulberry. HEX triplet: C2, 51 and 7F. RGB value is (194,81,127). Sum of RGB (Red+Green+Blue) = 194+81+127=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2517F is #3DAE80. Grayscale: #777777. Windows color (decimal): -4042369 or 8344002. OLE color: 8344002.

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

Color convert

RGB 194 81 127 -
CMYK 0 0.58 0.35 0.24
HSL 335.58º 0.48% 0.54% -
HSV(B) 335.58º 0.58% 0.76% -
XYZ 29.02 18.89 22.19 -
YUV 120.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 194 81 127 0 0.58 0.35 0.24 335.58 0.48 0.54
Hex C2 51 7F 0 3A 23 18 150 30 36
Octal 302 121 177 0 72 43 30 520 60 66
Binary 11000010 1010001 1111111 0 111010 100011 11000 101010000 110000 110110

Color Harmonies of #C2517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2517F

Black with #C2517F

Text Example


Text Example

White with #C2517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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