Html Css Color HEX #C0509A Mulberry

📋 copy color: '#C0509A'

red 192 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #C0509A

Tints of Mulberry #C0509A

RGB

 RED value IS 192 (75.39% from 255) = 45.07%

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

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

R = 45.07%
G = 18.78%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0509A (or 0xC0509A) is known color: Mulberry. HEX triplet: C0, 50 and 9A. RGB value is (192,80,154). Sum of RGB (Red+Green+Blue) = 192+80+154=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0509A is #3FAF65. Grayscale: #797979. Windows color (decimal): -4173670 or 10113216. OLE color: 10113216.

HSL color Cylindrical-coordinate representation of color #C0509A: hue angle of 320.36º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0509A is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 154 -
CMYK 0 0.58 0.20 0.25
HSL 320.36º 0.47% 0.53% -
HSV(B) 320.36º 0.58% 0.75% -
XYZ 30.44 19.28 32.69 -
YUV 121.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 192 80 154 0 0.58 0.20 0.25 320.36 0.47 0.53
Hex C0 50 9A 0 3A 14 19 140 2F 35
Octal 300 120 232 0 72 24 31 500 57 65
Binary 11000000 1010000 10011010 0 111010 10100 11001 101000000 101111 110101

Color Harmonies of #C0509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0509A

Black with #C0509A

Text Example


Text Example

White with #C0509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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