Html Css Color HEX #C24B9F Mulberry

📋 copy color: '#C24B9F'

red 194 ◦ green 75 ◦ blue 159

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

Shades of Mulberry #C24B9F

Tints of Mulberry #C24B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 45.33%
G = 17.52%
B = 37.15%

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

#C24B9F (or 0xC24B9F) is known color: Mulberry. HEX triplet: C2, 4B and 9F. RGB value is (194,75,159). Sum of RGB (Red+Green+Blue) = 194+75+159=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24B9F is #3DB460. Grayscale: #777777. Windows color (decimal): -4043873 or 10439618. OLE color: 10439618.

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

Color convert

RGB 194 75 159 -
CMYK 0 0.61 0.18 0.24
HSL 317.65º 0.49% 0.53% -
HSV(B) 317.65º 0.61% 0.76% -
XYZ 31.02 19 34.83 -
YUV 120.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 194 75 159 0 0.61 0.18 0.24 317.65 0.49 0.53
Hex C2 4B 9F 0 3D 12 18 13E 31 35
Octal 302 113 237 0 75 22 30 476 61 65
Binary 11000010 1001011 10011111 0 111101 10010 11000 100111110 110001 110101

Color Harmonies of #C24B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B9F

Black with #C24B9F

Text Example


Text Example

White with #C24B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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