Html Css Color HEX #C24185 Mulberry

📋 copy color: '#C24185'

red 194 ◦ green 65 ◦ blue 133

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

Shades of Mulberry #C24185

Tints of Mulberry #C24185

RGB

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

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

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

R = 49.49%
G = 16.58%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C24185 (or 0xC24185) is known color: Mulberry. HEX triplet: C2, 41 and 85. RGB value is (194,65,133). Sum of RGB (Red+Green+Blue) = 194+65+133=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C24185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24185 is #3DBE7A. Grayscale: #6F6F6F. Windows color (decimal): -4046459 or 8733122. OLE color: 8733122.

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

Color convert

RGB 194 65 133 -
CMYK 0 0.66 0.31 0.24
HSL 328.37º 0.51% 0.51% -
HSV(B) 328.37º 0.66% 0.76% -
XYZ 28.37 16.94 23.97 -
YUV 111.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 194 65 133 0 0.66 0.31 0.24 328.37 0.51 0.51
Hex C2 41 85 0 42 1F 18 148 33 33
Octal 302 101 205 0 102 37 30 510 63 63
Binary 11000010 1000001 10000101 0 1000010 11111 11000 101001000 110011 110011

Color Harmonies of #C24185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24185

Black with #C24185

Text Example


Text Example

White with #C24185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24185; }

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

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

background-color css

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

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

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

border-color css

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

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

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