Html Css Color HEX #C24085 Mulberry

📋 copy color: '#C24085'

red 194 ◦ green 64 ◦ blue 133

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

Shades of Mulberry #C24085

Tints of Mulberry #C24085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 49.62%
G = 16.37%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C24085 (or 0xC24085) is known color: Mulberry. HEX triplet: C2, 40 and 85. RGB value is (194,64,133). Sum of RGB (Red+Green+Blue) = 194+64+133=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C24085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24085 is #3DBF7A. Grayscale: #6E6E6E. Windows color (decimal): -4046715 or 8732866. OLE color: 8732866.

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

Color convert

RGB 194 64 133 -
CMYK 0 0.67 0.31 0.24
HSL 328.15º 0.52% 0.51% -
HSV(B) 328.15º 0.67% 0.76% -
XYZ 28.32 16.83 23.95 -
YUV 110.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 194 64 133 0 0.67 0.31 0.24 328.15 0.52 0.51
Hex C2 40 85 0 43 1F 18 148 34 33
Octal 302 100 205 0 103 37 30 510 64 63
Binary 11000010 1000000 10000101 0 1000011 11111 11000 101001000 110100 110011

Color Harmonies of #C24085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24085

Black with #C24085

Text Example


Text Example

White with #C24085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24085; }

 p { color: rgb(194,64,133); }

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

background-color css

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

 a { background-color: rgb(194,64,133); }

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

border-color css

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

 span { border-color: rgb(194,64,133); }

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