Html Css Color HEX #C2509F Mulberry

📋 copy color: '#C2509F'

red 194 ◦ green 80 ◦ blue 159

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

Shades of Mulberry #C2509F

Tints of Mulberry #C2509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 44.8%
G = 18.48%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2509F (or 0xC2509F) is known color: Mulberry. HEX triplet: C2, 50 and 9F. RGB value is (194,80,159). Sum of RGB (Red+Green+Blue) = 194+80+159=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2509F is #3DAF60. Grayscale: #7A7A7A. Windows color (decimal): -4042593 or 10440898. OLE color: 10440898.

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

Color convert

RGB 194 80 159 -
CMYK 0 0.59 0.18 0.24
HSL 318.42º 0.48% 0.54% -
HSV(B) 318.42º 0.59% 0.76% -
XYZ 31.37 19.71 34.95 -
YUV 123.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 194 80 159 0 0.59 0.18 0.24 318.42 0.48 0.54
Hex C2 50 9F 0 3B 12 18 13E 30 36
Octal 302 120 237 0 73 22 30 476 60 66
Binary 11000010 1010000 10011111 0 111011 10010 11000 100111110 110000 110110

Color Harmonies of #C2509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2509F

Black with #C2509F

Text Example


Text Example

White with #C2509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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