Html Css Color HEX #C24299 Mulberry

📋 copy color: '#C24299'

red 194 ◦ green 66 ◦ blue 153

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

Shades of Mulberry #C24299

Tints of Mulberry #C24299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 153 (60.16% from 255) = 37.05%

R = 46.97%
G = 15.98%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C24299 (or 0xC24299) is known color: Mulberry. HEX triplet: C2, 42 and 99. RGB value is (194,66,153). Sum of RGB (Red+Green+Blue) = 194+66+153=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C24299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24299 is #3DBD66. Grayscale: #717171. Windows color (decimal): -4046183 or 10044098. OLE color: 10044098.

HSL color Cylindrical-coordinate representation of color #C24299: hue angle of 319.22º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24299 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 153 -
CMYK 0 0.66 0.21 0.24
HSL 319.22º 0.51% 0.51% -
HSV(B) 319.22º 0.66% 0.76% -
XYZ 29.95 17.67 31.97 -
YUV 114.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 194 66 153 0 0.66 0.21 0.24 319.22 0.51 0.51
Hex C2 42 99 0 42 15 18 13F 33 33
Octal 302 102 231 0 102 25 30 477 63 63
Binary 11000010 1000010 10011001 0 1000010 10101 11000 100111111 110011 110011

Color Harmonies of #C24299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24299

Black with #C24299

Text Example


Text Example

White with #C24299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24299; }

 p { color: rgb(194,66,153); }

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

background-color css

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

 a { background-color: rgb(194,66,153); }

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

border-color css

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

 span { border-color: rgb(194,66,153); }

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