Html Css Color HEX #C24CA5 Mulberry

📋 copy color: '#C24CA5'

red 194 ◦ green 76 ◦ blue 165

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

Shades of Mulberry #C24CA5

Tints of Mulberry #C24CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.93%

R = 44.6%
G = 17.47%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C24CA5 (or 0xC24CA5) is known color: Mulberry. HEX triplet: C2, 4C and A5. RGB value is (194,76,165). Sum of RGB (Red+Green+Blue) = 194+76+165=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CA5 is #3DB35A. Grayscale: #797979. Windows color (decimal): -4043611 or 10833090. OLE color: 10833090.

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

Color convert

RGB 194 76 165 -
CMYK 0 0.61 0.15 0.24
HSL 314.75º 0.49% 0.53% -
HSV(B) 314.75º 0.61% 0.76% -
XYZ 31.62 19.35 37.67 -
YUV 121.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 194 76 165 0 0.61 0.15 0.24 314.75 0.49 0.53
Hex C2 4C A5 0 3D F 18 13B 31 35
Octal 302 114 245 0 75 17 30 473 61 65
Binary 11000010 1001100 10100101 0 111101 1111 11000 100111011 110001 110101

Color Harmonies of #C24CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CA5

Black with #C24CA5

Text Example


Text Example

White with #C24CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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