Html Css Color HEX #C95483 Mulberry

📋 copy color: '#C95483'

red 201 ◦ green 84 ◦ blue 131

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

Shades of Mulberry #C95483

Tints of Mulberry #C95483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 48.32%
G = 20.19%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C95483 (or 0xC95483) is known color: Mulberry. HEX triplet: C9, 54 and 83. RGB value is (201,84,131). Sum of RGB (Red+Green+Blue) = 201+84+131=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C95483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95483 is #36AB7C. Grayscale: #7C7C7C. Windows color (decimal): -3582845 or 8606921. OLE color: 8606921.

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

Color convert

RGB 201 84 131 -
CMYK 0 0.58 0.35 0.21
HSL 335.9º 0.52% 0.56% -
HSV(B) 335.9º 0.58% 0.79% -
XYZ 31.35 20.4 23.76 -
YUV 124.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 201 84 131 0 0.58 0.35 0.21 335.9 0.52 0.56
Hex C9 54 83 0 3A 23 15 150 34 38
Octal 311 124 203 0 72 43 25 520 64 70
Binary 11001001 1010100 10000011 0 111010 100011 10101 101010000 110100 111000

Color Harmonies of #C95483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95483

Black with #C95483

Text Example


Text Example

White with #C95483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95483; }

 p { color: rgb(201,84,131); }

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

background-color css

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

 a { background-color: rgb(201,84,131); }

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

border-color css

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

 span { border-color: rgb(201,84,131); }

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