Html Css Color HEX #C95DA1 Mulberry

📋 copy color: '#C95DA1'

red 201 ◦ green 93 ◦ blue 161

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

Shades of Mulberry #C95DA1

Tints of Mulberry #C95DA1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.44%

 BLUE value IS 161 (63.28% from 255) = 35.38%

R = 44.18%
G = 20.44%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C95DA1 (or 0xC95DA1) is known color: Mulberry. HEX triplet: C9, 5D and A1. RGB value is (201,93,161). Sum of RGB (Red+Green+Blue) = 201+93+161=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DA1 is #36A25E. Grayscale: #848484. Windows color (decimal): -3580511 or 10575305. OLE color: 10575305.

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

Color convert

RGB 201 93 161 -
CMYK 0 0.54 0.20 0.21
HSL 322.22º 0.5% 0.58% -
HSV(B) 322.22º 0.54% 0.79% -
XYZ 34.43 22.82 36.31 -
YUV 133.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 201 93 161 0 0.54 0.20 0.21 322.22 0.5 0.58
Hex C9 5D A1 0 36 14 15 142 32 3A
Octal 311 135 241 0 66 24 25 502 62 72
Binary 11001001 1011101 10100001 0 110110 10100 10101 101000010 110010 111010

Color Harmonies of #C95DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DA1

Black with #C95DA1

Text Example


Text Example

White with #C95DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DA1; }

 p { color: rgb(201,93,161); }

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

background-color css

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

 a { background-color: rgb(201,93,161); }

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

border-color css

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

 span { border-color: rgb(201,93,161); }

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