Html Css Color HEX #C24592 Mulberry

📋 copy color: '#C24592'

red 194 ◦ green 69 ◦ blue 146

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

Shades of Mulberry #C24592

Tints of Mulberry #C24592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.87%

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 47.43%
G = 16.87%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C24592 (or 0xC24592) is known color: Mulberry. HEX triplet: C2, 45 and 92. RGB value is (194,69,146). Sum of RGB (Red+Green+Blue) = 194+69+146=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C24592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24592 is #3DBA6D. Grayscale: #727272. Windows color (decimal): -4045422 or 9586114. OLE color: 9586114.

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

Color convert

RGB 194 69 146 -
CMYK 0 0.64 0.25 0.24
HSL 323.04º 0.51% 0.52% -
HSV(B) 323.04º 0.64% 0.76% -
XYZ 29.56 17.8 29.07 -
YUV 115.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 194 69 146 0 0.64 0.25 0.24 323.04 0.51 0.52
Hex C2 45 92 0 40 19 18 143 33 34
Octal 302 105 222 0 100 31 30 503 63 64
Binary 11000010 1000101 10010010 0 1000000 11001 11000 101000011 110011 110100

Color Harmonies of #C24592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24592

Black with #C24592

Text Example


Text Example

White with #C24592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24592; }

 p { color: rgb(194,69,146); }

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

background-color css

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

 a { background-color: rgb(194,69,146); }

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

border-color css

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

 span { border-color: rgb(194,69,146); }

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