Html Css Color HEX #C24188 Mulberry

📋 copy color: '#C24188'

red 194 ◦ green 65 ◦ blue 136

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

Shades of Mulberry #C24188

Tints of Mulberry #C24188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 49.11%
G = 16.46%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C24188 (or 0xC24188) is known color: Mulberry. HEX triplet: C2, 41 and 88. RGB value is (194,65,136). Sum of RGB (Red+Green+Blue) = 194+65+136=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C24188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24188 is #3DBE77. Grayscale: #6F6F6F. Windows color (decimal): -4046456 or 8929730. OLE color: 8929730.

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

Color convert

RGB 194 65 136 -
CMYK 0 0.66 0.30 0.24
HSL 326.98º 0.51% 0.51% -
HSV(B) 326.98º 0.66% 0.76% -
XYZ 28.58 17.03 25.07 -
YUV 111.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 194 65 136 0 0.66 0.30 0.24 326.98 0.51 0.51
Hex C2 41 88 0 42 1E 18 147 33 33
Octal 302 101 210 0 102 36 30 507 63 63
Binary 11000010 1000001 10001000 0 1000010 11110 11000 101000111 110011 110011

Color Harmonies of #C24188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24188

Black with #C24188

Text Example


Text Example

White with #C24188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24188; }

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

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

background-color css

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

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

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

border-color css

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

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

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