Html Css Color HEX #C95C9E Mulberry

📋 copy color: '#C95C9E'

red 201 ◦ green 92 ◦ blue 158

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

Shades of Mulberry #C95C9E

Tints of Mulberry #C95C9E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 44.57%
G = 20.4%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C95C9E (or 0xC95C9E) is known color: Mulberry. HEX triplet: C9, 5C and 9E. RGB value is (201,92,158). Sum of RGB (Red+Green+Blue) = 201+92+158=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C9E is #36A361. Grayscale: #838383. Windows color (decimal): -3580770 or 10378441. OLE color: 10378441.

HSL color Cylindrical-coordinate representation of color #C95C9E: hue angle of 323.67º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C9E is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 92 158 -
CMYK 0 0.54 0.21 0.21
HSL 323.67º 0.5% 0.57% -
HSV(B) 323.67º 0.54% 0.79% -
XYZ 34.09 22.54 34.9 -
YUV 132.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 201 92 158 0 0.54 0.21 0.21 323.67 0.5 0.57
Hex C9 5C 9E 0 36 15 15 144 32 39
Octal 311 134 236 0 66 25 25 504 62 71
Binary 11001001 1011100 10011110 0 110110 10101 10101 101000100 110010 111001

Color Harmonies of #C95C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C9E

Black with #C95C9E

Text Example


Text Example

White with #C95C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C9E; }

 p { color: rgb(201,92,158); }

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

background-color css

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

 a { background-color: rgb(201,92,158); }

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

border-color css

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

 span { border-color: rgb(201,92,158); }

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