Html Css Color HEX #C24198 Mulberry

📋 copy color: '#C24198'

red 194 ◦ green 65 ◦ blue 152

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

Shades of Mulberry #C24198

Tints of Mulberry #C24198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.82%

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 47.2%
G = 15.82%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C24198 (or 0xC24198) is known color: Mulberry. HEX triplet: C2, 41 and 98. RGB value is (194,65,152). Sum of RGB (Red+Green+Blue) = 194+65+152=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C24198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24198 is #3DBE67. Grayscale: #717171. Windows color (decimal): -4046440 or 9978306. OLE color: 9978306.

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

Color convert

RGB 194 65 152 -
CMYK 0 0.66 0.22 0.24
HSL 319.53º 0.51% 0.51% -
HSV(B) 319.53º 0.66% 0.76% -
XYZ 29.81 17.52 31.52 -
YUV 113.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 194 65 152 0 0.66 0.22 0.24 319.53 0.51 0.51
Hex C2 41 98 0 42 16 18 140 33 33
Octal 302 101 230 0 102 26 30 500 63 63
Binary 11000010 1000001 10011000 0 1000010 10110 11000 101000000 110011 110011

Color Harmonies of #C24198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24198

Black with #C24198

Text Example


Text Example

White with #C24198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24198; }

 p { color: rgb(194,65,152); }

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

background-color css

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

 a { background-color: rgb(194,65,152); }

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

border-color css

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

 span { border-color: rgb(194,65,152); }

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