Html Css Color HEX #C2488E Mulberry

📋 copy color: '#C2488E'

red 194 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #C2488E

Tints of Mulberry #C2488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.65%

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 47.55%
G = 17.65%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2488E (or 0xC2488E) is known color: Mulberry. HEX triplet: C2, 48 and 8E. RGB value is (194,72,142). Sum of RGB (Red+Green+Blue) = 194+72+142=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2488E is #3DB771. Grayscale: #747474. Windows color (decimal): -4044658 or 9324738. OLE color: 9324738.

HSL color Cylindrical-coordinate representation of color #C2488E: hue angle of 325.57º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2488E is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 142 -
CMYK 0 0.63 0.27 0.24
HSL 325.57º 0.5% 0.52% -
HSV(B) 325.57º 0.63% 0.76% -
XYZ 29.45 18.06 27.52 -
YUV 116.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 194 72 142 0 0.63 0.27 0.24 325.57 0.5 0.52
Hex C2 48 8E 0 3F 1B 18 146 32 34
Octal 302 110 216 0 77 33 30 506 62 64
Binary 11000010 1001000 10001110 0 111111 11011 11000 101000110 110010 110100

Color Harmonies of #C2488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2488E

Black with #C2488E

Text Example


Text Example

White with #C2488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2488E; }

 p { color: rgb(194,72,142); }

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

background-color css

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

 a { background-color: rgb(194,72,142); }

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

border-color css

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

 span { border-color: rgb(194,72,142); }

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