Html Css Color HEX #C24BA0 Mulberry

📋 copy color: '#C24BA0'

red 194 ◦ green 75 ◦ blue 160

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

Shades of Mulberry #C24BA0

Tints of Mulberry #C24BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 45.22%
G = 17.48%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C24BA0 (or 0xC24BA0) is known color: Mulberry. HEX triplet: C2, 4B and A0. RGB value is (194,75,160). Sum of RGB (Red+Green+Blue) = 194+75+160=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BA0 is #3DB45F. Grayscale: #787878. Windows color (decimal): -4043872 or 10505154. OLE color: 10505154.

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

Color convert

RGB 194 75 160 -
CMYK 0 0.61 0.18 0.24
HSL 317.14º 0.49% 0.53% -
HSV(B) 317.14º 0.61% 0.76% -
XYZ 31.11 19.04 35.29 -
YUV 120.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 194 75 160 0 0.61 0.18 0.24 317.14 0.49 0.53
Hex C2 4B A0 0 3D 12 18 13D 31 35
Octal 302 113 240 0 75 22 30 475 61 65
Binary 11000010 1001011 10100000 0 111101 10010 11000 100111101 110001 110101

Color Harmonies of #C24BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BA0

Black with #C24BA0

Text Example


Text Example

White with #C24BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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