Html Css Color HEX #C24698 Mulberry

📋 copy color: '#C24698'

red 194 ◦ green 70 ◦ blue 152

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

Shades of Mulberry #C24698

Tints of Mulberry #C24698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.83%

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

R = 46.63%
G = 16.83%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C24698 (or 0xC24698) is known color: Mulberry. HEX triplet: C2, 46 and 98. RGB value is (194,70,152). Sum of RGB (Red+Green+Blue) = 194+70+152=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C24698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24698 is #3DB967. Grayscale: #747474. Windows color (decimal): -4045160 or 9979586. OLE color: 9979586.

HSL color Cylindrical-coordinate representation of color #C24698: hue angle of 320.32º degrees, saturation: 0.5, 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 #C24698 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 152 -
CMYK 0 0.64 0.22 0.24
HSL 320.32º 0.5% 0.52% -
HSV(B) 320.32º 0.64% 0.76% -
XYZ 30.11 18.12 31.62 -
YUV 116.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 194 70 152 0 0.64 0.22 0.24 320.32 0.5 0.52
Hex C2 46 98 0 40 16 18 140 32 34
Octal 302 106 230 0 100 26 30 500 62 64
Binary 11000010 1000110 10011000 0 1000000 10110 11000 101000000 110010 110100

Color Harmonies of #C24698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24698

Black with #C24698

Text Example


Text Example

White with #C24698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24698; }

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

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

background-color css

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

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

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

border-color css

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

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

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