Html Css Color HEX #C24B93 Mulberry

📋 copy color: '#C24B93'

red 194 ◦ green 75 ◦ blue 147

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

Shades of Mulberry #C24B93

Tints of Mulberry #C24B93

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

 BLUE value IS 147 (57.81% from 255) = 35.34%

R = 46.63%
G = 18.03%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C24B93 (or 0xC24B93) is known color: Mulberry. HEX triplet: C2, 4B and 93. RGB value is (194,75,147). Sum of RGB (Red+Green+Blue) = 194+75+147=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24B93 is #3DB46C. Grayscale: #767676. Windows color (decimal): -4043885 or 9653186. OLE color: 9653186.

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

Color convert

RGB 194 75 147 -
CMYK 0 0.61 0.24 0.24
HSL 323.7º 0.49% 0.53% -
HSV(B) 323.7º 0.61% 0.76% -
XYZ 30.03 18.61 29.61 -
YUV 118.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 194 75 147 0 0.61 0.24 0.24 323.7 0.49 0.53
Hex C2 4B 93 0 3D 18 18 144 31 35
Octal 302 113 223 0 75 30 30 504 61 65
Binary 11000010 1001011 10010011 0 111101 11000 11000 101000100 110001 110101

Color Harmonies of #C24B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B93

Black with #C24B93

Text Example


Text Example

White with #C24B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B93; }

 p { color: rgb(194,75,147); }

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

background-color css

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

 a { background-color: rgb(194,75,147); }

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

border-color css

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

 span { border-color: rgb(194,75,147); }

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