Html Css Color HEX #C95384 Mulberry

📋 copy color: '#C95384'

red 201 ◦ green 83 ◦ blue 132

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

Shades of Mulberry #C95384

Tints of Mulberry #C95384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 48.32%
G = 19.95%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C95384 (or 0xC95384) is known color: Mulberry. HEX triplet: C9, 53 and 84. RGB value is (201,83,132). Sum of RGB (Red+Green+Blue) = 201+83+132=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C95384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95384 is #36AC7B. Grayscale: #7B7B7B. Windows color (decimal): -3583100 or 8672201. OLE color: 8672201.

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

Color convert

RGB 201 83 132 -
CMYK 0 0.59 0.34 0.21
HSL 335.08º 0.52% 0.56% -
HSV(B) 335.08º 0.59% 0.79% -
XYZ 31.35 20.27 24.09 -
YUV 123.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 201 83 132 0 0.59 0.34 0.21 335.08 0.52 0.56
Hex C9 53 84 0 3B 22 15 14F 34 38
Octal 311 123 204 0 73 42 25 517 64 70
Binary 11001001 1010011 10000100 0 111011 100010 10101 101001111 110100 111000

Color Harmonies of #C95384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95384

Black with #C95384

Text Example


Text Example

White with #C95384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95384; }

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

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

background-color css

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

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

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

border-color css

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

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

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