Html Css Color HEX #C24283 Mulberry

📋 copy color: '#C24283'

red 194 ◦ green 66 ◦ blue 131

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

Shades of Mulberry #C24283

Tints of Mulberry #C24283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 49.62%
G = 16.88%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C24283 (or 0xC24283) is known color: Mulberry. HEX triplet: C2, 42 and 83. RGB value is (194,66,131). Sum of RGB (Red+Green+Blue) = 194+66+131=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C24283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24283 is #3DBD7C. Grayscale: #6F6F6F. Windows color (decimal): -4046205 or 8602306. OLE color: 8602306.

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

Color convert

RGB 194 66 131 -
CMYK 0 0.66 0.32 0.24
HSL 329.53º 0.51% 0.51% -
HSV(B) 329.53º 0.66% 0.76% -
XYZ 28.29 17 23.26 -
YUV 111.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 194 66 131 0 0.66 0.32 0.24 329.53 0.51 0.51
Hex C2 42 83 0 42 20 18 14A 33 33
Octal 302 102 203 0 102 40 30 512 63 63
Binary 11000010 1000010 10000011 0 1000010 100000 11000 101001010 110011 110011

Color Harmonies of #C24283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24283

Black with #C24283

Text Example


Text Example

White with #C24283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24283; }

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

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

background-color css

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

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

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

border-color css

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

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

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