Html Css Color HEX #C95381 Mulberry

📋 copy color: '#C95381'

red 201 ◦ green 83 ◦ blue 129

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

Shades of Mulberry #C95381

Tints of Mulberry #C95381

RGB

 RED value IS 201 (78.91% from 255) = 48.67%

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

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

R = 48.67%
G = 20.1%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C95381 (or 0xC95381) is known color: Mulberry. HEX triplet: C9, 53 and 81. RGB value is (201,83,129). Sum of RGB (Red+Green+Blue) = 201+83+129=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C95381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95381 is #36AC7E. Grayscale: #7B7B7B. Windows color (decimal): -3583103 or 8475593. OLE color: 8475593.

HSL color Cylindrical-coordinate representation of color #C95381: hue angle of 336.61º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95381 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 129 -
CMYK 0 0.59 0.36 0.21
HSL 336.61º 0.52% 0.56% -
HSV(B) 336.61º 0.59% 0.79% -
XYZ 31.14 20.19 23.02 -
YUV 123.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 201 83 129 0 0.59 0.36 0.21 336.61 0.52 0.56
Hex C9 53 81 0 3B 24 15 151 34 38
Octal 311 123 201 0 73 44 25 521 64 70
Binary 11001001 1010011 10000001 0 111011 100100 10101 101010001 110100 111000

Color Harmonies of #C95381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95381

Black with #C95381

Text Example


Text Example

White with #C95381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95381; }

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

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

background-color css

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

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

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

border-color css

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

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

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