Html Css Color HEX #C24BA5 Mulberry

📋 copy color: '#C24BA5'

red 194 ◦ green 75 ◦ blue 165

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

Shades of Mulberry #C24BA5

Tints of Mulberry #C24BA5

RGB

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

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

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

R = 44.7%
G = 17.28%
B = 38.02%

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

#C24BA5 (or 0xC24BA5) is known color: Mulberry. HEX triplet: C2, 4B and A5. RGB value is (194,75,165). Sum of RGB (Red+Green+Blue) = 194+75+165=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BA5 is #3DB45A. Grayscale: #787878. Windows color (decimal): -4043867 or 10832834. OLE color: 10832834.

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

Color convert

RGB 194 75 165 -
CMYK 0 0.61 0.15 0.24
HSL 314.62º 0.49% 0.53% -
HSV(B) 314.62º 0.61% 0.76% -
XYZ 31.56 19.22 37.64 -
YUV 120.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 194 75 165 0 0.61 0.15 0.24 314.62 0.49 0.53
Hex C2 4B A5 0 3D F 18 13B 31 35
Octal 302 113 245 0 75 17 30 473 61 65
Binary 11000010 1001011 10100101 0 111101 1111 11000 100111011 110001 110101

Color Harmonies of #C24BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BA5

Black with #C24BA5

Text Example


Text Example

White with #C24BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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