Html Css Color HEX #C25381 Mulberry

📋 copy color: '#C25381'

red 194 ◦ green 83 ◦ blue 129

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

Shades of Mulberry #C25381

Tints of Mulberry #C25381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

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

R = 47.78%
G = 20.44%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25381 (or 0xC25381) is known color: Mulberry. HEX triplet: C2, 53 and 81. RGB value is (194,83,129). Sum of RGB (Red+Green+Blue) = 194+83+129=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C25381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25381 is #3DAC7E. Grayscale: #797979. Windows color (decimal): -4041855 or 8475586. OLE color: 8475586.

HSL color Cylindrical-coordinate representation of color #C25381: hue angle of 335.14º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25381 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 129 -
CMYK 0 0.57 0.34 0.24
HSL 335.14º 0.48% 0.54% -
HSV(B) 335.14º 0.57% 0.76% -
XYZ 29.3 19.24 22.94 -
YUV 121.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 194 83 129 0 0.57 0.34 0.24 335.14 0.48 0.54
Hex C2 53 81 0 39 22 18 14F 30 36
Octal 302 123 201 0 71 42 30 517 60 66
Binary 11000010 1010011 10000001 0 111001 100010 11000 101001111 110000 110110

Color Harmonies of #C25381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25381

Black with #C25381

Text Example


Text Example

White with #C25381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25381; }

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

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

background-color css

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

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

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

border-color css

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

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

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