Html Css Color HEX #C2509A Mulberry

📋 copy color: '#C2509A'

red 194 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #C2509A

Tints of Mulberry #C2509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 45.33%
G = 18.69%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2509A (or 0xC2509A) is known color: Mulberry. HEX triplet: C2, 50 and 9A. RGB value is (194,80,154). Sum of RGB (Red+Green+Blue) = 194+80+154=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2509A is #3DAF65. Grayscale: #7A7A7A. Windows color (decimal): -4042598 or 10113218. OLE color: 10113218.

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

Color convert

RGB 194 80 154 -
CMYK 0 0.59 0.21 0.24
HSL 321.05º 0.48% 0.54% -
HSV(B) 321.05º 0.59% 0.76% -
XYZ 30.95 19.54 32.71 -
YUV 122.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 194 80 154 0 0.59 0.21 0.24 321.05 0.48 0.54
Hex C2 50 9A 0 3B 15 18 141 30 36
Octal 302 120 232 0 73 25 30 501 60 66
Binary 11000010 1010000 10011010 0 111011 10101 11000 101000001 110000 110110

Color Harmonies of #C2509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2509A

Black with #C2509A

Text Example


Text Example

White with #C2509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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