Html Css Color HEX #C24885 Mulberry

📋 copy color: '#C24885'

red 194 ◦ green 72 ◦ blue 133

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

Shades of Mulberry #C24885

Tints of Mulberry #C24885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 48.62%
G = 18.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C24885 (or 0xC24885) is known color: Mulberry. HEX triplet: C2, 48 and 85. RGB value is (194,72,133). Sum of RGB (Red+Green+Blue) = 194+72+133=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C24885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24885 is #3DB77A. Grayscale: #737373. Windows color (decimal): -4044667 or 8734914. OLE color: 8734914.

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

Color convert

RGB 194 72 133 -
CMYK 0 0.63 0.31 0.24
HSL 330º 0.5% 0.52% -
HSV(B) 330º 0.63% 0.76% -
XYZ 28.8 17.8 24.11 -
YUV 115.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 194 72 133 0 0.63 0.31 0.24 330 0.5 0.52
Hex C2 48 85 0 3F 1F 18 14A 32 34
Octal 302 110 205 0 77 37 30 512 62 64
Binary 11000010 1001000 10000101 0 111111 11111 11000 101001010 110010 110100

Color Harmonies of #C24885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24885

Black with #C24885

Text Example


Text Example

White with #C24885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24885; }

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

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

background-color css

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

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

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

border-color css

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

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

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