Html Css Color HEX #C24A7F Mulberry

📋 copy color: '#C24A7F'

red 194 ◦ green 74 ◦ blue 127

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

Shades of Mulberry #C24A7F

Tints of Mulberry #C24A7F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

 BLUE value IS 127 (50% from 255) = 32.15%

R = 49.11%
G = 18.73%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C24A7F (or 0xC24A7F) is known color: Mulberry. HEX triplet: C2, 4A and 7F. RGB value is (194,74,127). Sum of RGB (Red+Green+Blue) = 194+74+127=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A7F is #3DB580. Grayscale: #737373. Windows color (decimal): -4044161 or 8342210. OLE color: 8342210.

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

Color convert

RGB 194 74 127 -
CMYK 0 0.62 0.35 0.24
HSL 333.5º 0.5% 0.53% -
HSV(B) 333.5º 0.62% 0.76% -
XYZ 28.53 17.9 22.03 -
YUV 115.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 194 74 127 0 0.62 0.35 0.24 333.5 0.5 0.53
Hex C2 4A 7F 0 3E 23 18 14E 32 35
Octal 302 112 177 0 76 43 30 516 62 65
Binary 11000010 1001010 1111111 0 111110 100011 11000 101001110 110010 110101

Color Harmonies of #C24A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A7F

Black with #C24A7F

Text Example


Text Example

White with #C24A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A7F; }

 p { color: rgb(194,74,127); }

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

background-color css

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

 a { background-color: rgb(194,74,127); }

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

border-color css

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

 span { border-color: rgb(194,74,127); }

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