Html Css Color HEX #C24D7E Mulberry

📋 copy color: '#C24D7E'

red 194 ◦ green 77 ◦ blue 126

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

Shades of Mulberry #C24D7E

Tints of Mulberry #C24D7E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 48.87%
G = 19.4%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C24D7E (or 0xC24D7E) is known color: Mulberry. HEX triplet: C2, 4D and 7E. RGB value is (194,77,126). Sum of RGB (Red+Green+Blue) = 194+77+126=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D7E is #3DB281. Grayscale: #757575. Windows color (decimal): -4043394 or 8277442. OLE color: 8277442.

HSL color Cylindrical-coordinate representation of color #C24D7E: hue angle of 334.87º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D7E is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 126 -
CMYK 0 0.60 0.35 0.24
HSL 334.87º 0.49% 0.53% -
HSV(B) 334.87º 0.6% 0.76% -
XYZ 28.67 18.28 21.76 -
YUV 117.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 194 77 126 0 0.60 0.35 0.24 334.87 0.49 0.53
Hex C2 4D 7E 0 3C 23 18 14F 31 35
Octal 302 115 176 0 74 43 30 517 61 65
Binary 11000010 1001101 1111110 0 111100 100011 11000 101001111 110001 110101

Color Harmonies of #C24D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D7E

Black with #C24D7E

Text Example


Text Example

White with #C24D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D7E; }

 p { color: rgb(194,77,126); }

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

background-color css

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

 a { background-color: rgb(194,77,126); }

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

border-color css

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

 span { border-color: rgb(194,77,126); }

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