Html Css Color HEX #C95393 Mulberry

📋 copy color: '#C95393'

red 201 ◦ green 83 ◦ blue 147

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

Shades of Mulberry #C95393

Tints of Mulberry #C95393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.11%

R = 46.64%
G = 19.26%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C95393 (or 0xC95393) is known color: Mulberry. HEX triplet: C9, 53 and 93. RGB value is (201,83,147). Sum of RGB (Red+Green+Blue) = 201+83+147=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C95393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95393 is #36AC6C. Grayscale: #7D7D7D. Windows color (decimal): -3583085 or 9655241. OLE color: 9655241.

HSL color Cylindrical-coordinate representation of color #C95393: hue angle of 327.46º 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 #C95393 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 147 -
CMYK 0 0.59 0.27 0.21
HSL 327.46º 0.52% 0.56% -
HSV(B) 327.46º 0.59% 0.79% -
XYZ 32.45 20.71 29.89 -
YUV 125.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 201 83 147 0 0.59 0.27 0.21 327.46 0.52 0.56
Hex C9 53 93 0 3B 1B 15 147 34 38
Octal 311 123 223 0 73 33 25 507 64 70
Binary 11001001 1010011 10010011 0 111011 11011 10101 101000111 110100 111000

Color Harmonies of #C95393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95393

Black with #C95393

Text Example


Text Example

White with #C95393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95393; }

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

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

background-color css

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

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

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

border-color css

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

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

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