Html Css Color HEX #C24081 Mulberry

📋 copy color: '#C24081'

red 194 ◦ green 64 ◦ blue 129

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

Shades of Mulberry #C24081

Tints of Mulberry #C24081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 50.13%
G = 16.54%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C24081 (or 0xC24081) is known color: Mulberry. HEX triplet: C2, 40 and 81. RGB value is (194,64,129). Sum of RGB (Red+Green+Blue) = 194+64+129=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C24081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24081 is #3DBF7E. Grayscale: #6E6E6E. Windows color (decimal): -4046719 or 8470722. OLE color: 8470722.

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

Color convert

RGB 194 64 129 -
CMYK 0 0.67 0.34 0.24
HSL 330º 0.52% 0.51% -
HSV(B) 330º 0.67% 0.76% -
XYZ 28.04 16.72 22.52 -
YUV 110.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 194 64 129 0 0.67 0.34 0.24 330 0.52 0.51
Hex C2 40 81 0 43 22 18 14A 34 33
Octal 302 100 201 0 103 42 30 512 64 63
Binary 11000010 1000000 10000001 0 1000011 100010 11000 101001010 110100 110011

Color Harmonies of #C24081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24081

Black with #C24081

Text Example


Text Example

White with #C24081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24081; }

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

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

background-color css

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

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

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

border-color css

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

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

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