Html Css Color HEX #C24CA0 Mulberry

📋 copy color: '#C24CA0'

red 194 ◦ green 76 ◦ blue 160

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

Shades of Mulberry #C24CA0

Tints of Mulberry #C24CA0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.67%

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

R = 45.12%
G = 17.67%
B = 37.21%

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

#C24CA0 (or 0xC24CA0) is known color: Mulberry. HEX triplet: C2, 4C and A0. RGB value is (194,76,160). Sum of RGB (Red+Green+Blue) = 194+76+160=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CA0 is #3DB35F. Grayscale: #787878. Windows color (decimal): -4043616 or 10505410. OLE color: 10505410.

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

Color convert

RGB 194 76 160 -
CMYK 0 0.61 0.18 0.24
HSL 317.29º 0.49% 0.53% -
HSV(B) 317.29º 0.61% 0.76% -
XYZ 31.18 19.18 35.32 -
YUV 120.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 194 76 160 0 0.61 0.18 0.24 317.29 0.49 0.53
Hex C2 4C A0 0 3D 12 18 13D 31 35
Octal 302 114 240 0 75 22 30 475 61 65
Binary 11000010 1001100 10100000 0 111101 10010 11000 100111101 110001 110101

Color Harmonies of #C24CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CA0

Black with #C24CA0

Text Example


Text Example

White with #C24CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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