Html Css Color HEX #C24281 Mulberry

📋 copy color: '#C24281'

red 194 ◦ green 66 ◦ blue 129

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

Shades of Mulberry #C24281

Tints of Mulberry #C24281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.97%

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

R = 49.87%
G = 16.97%
B = 33.16%

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

#C24281 (or 0xC24281) is known color: Mulberry. HEX triplet: C2, 42 and 81. RGB value is (194,66,129). Sum of RGB (Red+Green+Blue) = 194+66+129=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C24281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24281 is #3DBD7E. Grayscale: #6F6F6F. Windows color (decimal): -4046207 or 8471234. OLE color: 8471234.

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

Color convert

RGB 194 66 129 -
CMYK 0 0.66 0.34 0.24
HSL 330.47º 0.51% 0.51% -
HSV(B) 330.47º 0.66% 0.76% -
XYZ 28.16 16.95 22.56 -
YUV 111.45 137.91 186.88 -
System Red Green Blue C M Y K H S L
Decimal 194 66 129 0 0.66 0.34 0.24 330.47 0.51 0.51
Hex C2 42 81 0 42 22 18 14A 33 33
Octal 302 102 201 0 102 42 30 512 63 63
Binary 11000010 1000010 10000001 0 1000010 100010 11000 101001010 110011 110011

Color Harmonies of #C24281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24281

Black with #C24281

Text Example


Text Example

White with #C24281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24281; }

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

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

background-color css

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

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

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

border-color css

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

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

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