Html Css Color HEX #C24B7E Mulberry

📋 copy color: '#C24B7E'

red 194 ◦ green 75 ◦ blue 126

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

Shades of Mulberry #C24B7E

Tints of Mulberry #C24B7E

RGB

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

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

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

R = 49.11%
G = 18.99%
B = 31.9%

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

#C24B7E (or 0xC24B7E) is known color: Mulberry. HEX triplet: C2, 4B and 7E. RGB value is (194,75,126). Sum of RGB (Red+Green+Blue) = 194+75+126=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B7E is #3DB481. Grayscale: #747474. Windows color (decimal): -4043906 or 8276930. OLE color: 8276930.

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

Color convert

RGB 194 75 126 -
CMYK 0 0.61 0.35 0.24
HSL 334.29º 0.49% 0.53% -
HSV(B) 334.29º 0.61% 0.76% -
XYZ 28.53 18.01 21.71 -
YUV 116.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 194 75 126 0 0.61 0.35 0.24 334.29 0.49 0.53
Hex C2 4B 7E 0 3D 23 18 14E 31 35
Octal 302 113 176 0 75 43 30 516 61 65
Binary 11000010 1001011 1111110 0 111101 100011 11000 101001110 110001 110101

Color Harmonies of #C24B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B7E

Black with #C24B7E

Text Example


Text Example

White with #C24B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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