Html Css Color HEX #C24B8C Mulberry

📋 copy color: '#C24B8C'

red 194 ◦ green 75 ◦ blue 140

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

Shades of Mulberry #C24B8C

Tints of Mulberry #C24B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 47.43%
G = 18.34%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C24B8C (or 0xC24B8C) is known color: Mulberry. HEX triplet: C2, 4B and 8C. RGB value is (194,75,140). Sum of RGB (Red+Green+Blue) = 194+75+140=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24B8C is #3DB473. Grayscale: #757575. Windows color (decimal): -4043892 or 9194434. OLE color: 9194434.

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

Color convert

RGB 194 75 140 -
CMYK 0 0.61 0.28 0.24
HSL 327.23º 0.49% 0.53% -
HSV(B) 327.23º 0.61% 0.76% -
XYZ 29.5 18.39 26.81 -
YUV 117.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 194 75 140 0 0.61 0.28 0.24 327.23 0.49 0.53
Hex C2 4B 8C 0 3D 1C 18 147 31 35
Octal 302 113 214 0 75 34 30 507 61 65
Binary 11000010 1001011 10001100 0 111101 11100 11000 101000111 110001 110101

Color Harmonies of #C24B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B8C

Black with #C24B8C

Text Example


Text Example

White with #C24B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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