Html Css Color HEX #C24181 Mulberry

📋 copy color: '#C24181'

red 194 ◦ green 65 ◦ blue 129

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

Shades of Mulberry #C24181

Tints of Mulberry #C24181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 50%
G = 16.75%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C24181 (or 0xC24181) is known color: Mulberry. HEX triplet: C2, 41 and 81. RGB value is (194,65,129). Sum of RGB (Red+Green+Blue) = 194+65+129=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C24181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24181 is #3DBE7E. Grayscale: #6E6E6E. Windows color (decimal): -4046463 or 8470978. OLE color: 8470978.

HSL color Cylindrical-coordinate representation of color #C24181: hue angle of 330.23º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24181 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 129 -
CMYK 0 0.66 0.34 0.24
HSL 330.23º 0.51% 0.51% -
HSV(B) 330.23º 0.66% 0.76% -
XYZ 28.1 16.83 22.54 -
YUV 110.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 194 65 129 0 0.66 0.34 0.24 330.23 0.51 0.51
Hex C2 41 81 0 42 22 18 14A 33 33
Octal 302 101 201 0 102 42 30 512 63 63
Binary 11000010 1000001 10000001 0 1000010 100010 11000 101001010 110011 110011

Color Harmonies of #C24181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24181

Black with #C24181

Text Example


Text Example

White with #C24181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24181; }

 p { color: rgb(194,65,129); }

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

background-color css

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

 a { background-color: rgb(194,65,129); }

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

border-color css

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

 span { border-color: rgb(194,65,129); }

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