Html Css Color HEX #C2509C Mulberry

📋 copy color: '#C2509C'

red 194 ◦ green 80 ◦ blue 156

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

Shades of Mulberry #C2509C

Tints of Mulberry #C2509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 45.12%
G = 18.6%
B = 36.28%

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

#C2509C (or 0xC2509C) is known color: Mulberry. HEX triplet: C2, 50 and 9C. RGB value is (194,80,156). Sum of RGB (Red+Green+Blue) = 194+80+156=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2509C is #3DAF63. Grayscale: #7A7A7A. Windows color (decimal): -4042596 or 10244290. OLE color: 10244290.

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

Color convert

RGB 194 80 156 -
CMYK 0 0.59 0.20 0.24
HSL 320º 0.48% 0.54% -
HSV(B) 320º 0.59% 0.76% -
XYZ 31.12 19.61 33.6 -
YUV 122.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 194 80 156 0 0.59 0.20 0.24 320 0.48 0.54
Hex C2 50 9C 0 3B 14 18 140 30 36
Octal 302 120 234 0 73 24 30 500 60 66
Binary 11000010 1010000 10011100 0 111011 10100 11000 101000000 110000 110110

Color Harmonies of #C2509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2509C

Black with #C2509C

Text Example


Text Example

White with #C2509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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