Html Css Color HEX #C2509B Mulberry

📋 copy color: '#C2509B'

red 194 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #C2509B

Tints of Mulberry #C2509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 45.22%
G = 18.65%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2509B (or 0xC2509B) is known color: Mulberry. HEX triplet: C2, 50 and 9B. RGB value is (194,80,155). Sum of RGB (Red+Green+Blue) = 194+80+155=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2509B is #3DAF64. Grayscale: #7A7A7A. Windows color (decimal): -4042597 or 10178754. OLE color: 10178754.

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

Color convert

RGB 194 80 155 -
CMYK 0 0.59 0.20 0.24
HSL 320.53º 0.48% 0.54% -
HSV(B) 320.53º 0.59% 0.76% -
XYZ 31.03 19.57 33.15 -
YUV 122.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 194 80 155 0 0.59 0.20 0.24 320.53 0.48 0.54
Hex C2 50 9B 0 3B 14 18 141 30 36
Octal 302 120 233 0 73 24 30 501 60 66
Binary 11000010 1010000 10011011 0 111011 10100 11000 101000001 110000 110110

Color Harmonies of #C2509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2509B

Black with #C2509B

Text Example


Text Example

White with #C2509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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