Html Css Color HEX #C24C7E Mulberry

📋 copy color: '#C24C7E'

red 194 ◦ green 76 ◦ blue 126

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

Shades of Mulberry #C24C7E

Tints of Mulberry #C24C7E

RGB

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

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

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

R = 48.99%
G = 19.19%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C24C7E (or 0xC24C7E) is known color: Mulberry. HEX triplet: C2, 4C and 7E. RGB value is (194,76,126). Sum of RGB (Red+Green+Blue) = 194+76+126=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C7E is #3DB381. Grayscale: #747474. Windows color (decimal): -4043650 or 8277186. OLE color: 8277186.

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

Color convert

RGB 194 76 126 -
CMYK 0 0.61 0.35 0.24
HSL 334.58º 0.49% 0.53% -
HSV(B) 334.58º 0.61% 0.76% -
XYZ 28.6 18.14 21.73 -
YUV 116.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 194 76 126 0 0.61 0.35 0.24 334.58 0.49 0.53
Hex C2 4C 7E 0 3D 23 18 14F 31 35
Octal 302 114 176 0 75 43 30 517 61 65
Binary 11000010 1001100 1111110 0 111101 100011 11000 101001111 110001 110101

Color Harmonies of #C24C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C7E

Black with #C24C7E

Text Example


Text Example

White with #C24C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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