Html Css Color HEX #C2488F Mulberry

📋 copy color: '#C2488F'

red 194 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #C2488F

Tints of Mulberry #C2488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 47.43%
G = 17.6%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2488F (or 0xC2488F) is known color: Mulberry. HEX triplet: C2, 48 and 8F. RGB value is (194,72,143). Sum of RGB (Red+Green+Blue) = 194+72+143=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2488F is #3DB770. Grayscale: #747474. Windows color (decimal): -4044657 or 9390274. OLE color: 9390274.

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

Color convert

RGB 194 72 143 -
CMYK 0 0.63 0.26 0.24
HSL 325.08º 0.5% 0.52% -
HSV(B) 325.08º 0.63% 0.76% -
XYZ 29.52 18.09 27.92 -
YUV 116.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 194 72 143 0 0.63 0.26 0.24 325.08 0.5 0.52
Hex C2 48 8F 0 3F 1A 18 145 32 34
Octal 302 110 217 0 77 32 30 505 62 64
Binary 11000010 1001000 10001111 0 111111 11010 11000 101000101 110010 110100

Color Harmonies of #C2488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2488F

Black with #C2488F

Text Example


Text Example

White with #C2488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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