Html Css Color HEX #C2508A Mulberry

📋 copy color: '#C2508A'

red 194 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #C2508A

Tints of Mulberry #C2508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 47.09%
G = 19.42%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2508A (or 0xC2508A) is known color: Mulberry. HEX triplet: C2, 50 and 8A. RGB value is (194,80,138). Sum of RGB (Red+Green+Blue) = 194+80+138=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2508A is #3DAF75. Grayscale: #787878. Windows color (decimal): -4042614 or 9064642. OLE color: 9064642.

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

Color convert

RGB 194 80 138 -
CMYK 0 0.59 0.29 0.24
HSL 329.47º 0.48% 0.54% -
HSV(B) 329.47º 0.59% 0.76% -
XYZ 29.7 19.04 26.15 -
YUV 120.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 194 80 138 0 0.59 0.29 0.24 329.47 0.48 0.54
Hex C2 50 8A 0 3B 1D 18 149 30 36
Octal 302 120 212 0 73 35 30 511 60 66
Binary 11000010 1010000 10001010 0 111011 11101 11000 101001001 110000 110110

Color Harmonies of #C2508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2508A

Black with #C2508A

Text Example


Text Example

White with #C2508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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