Html Css Color HEX #C95294 Mulberry

📋 copy color: '#C95294'

red 201 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #C95294

Tints of Mulberry #C95294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 46.64%
G = 19.03%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C95294 (or 0xC95294) is known color: Mulberry. HEX triplet: C9, 52 and 94. RGB value is (201,82,148). Sum of RGB (Red+Green+Blue) = 201+82+148=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C95294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95294 is #36AD6B. Grayscale: #7C7C7C. Windows color (decimal): -3583340 or 9720521. OLE color: 9720521.

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

Color convert

RGB 201 82 148 -
CMYK 0 0.59 0.26 0.21
HSL 326.72º 0.52% 0.55% -
HSV(B) 326.72º 0.59% 0.79% -
XYZ 32.45 20.59 30.28 -
YUV 125.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 201 82 148 0 0.59 0.26 0.21 326.72 0.52 0.55
Hex C9 52 94 0 3B 1A 15 147 34 37
Octal 311 122 224 0 73 32 25 507 64 67
Binary 11001001 1010010 10010100 0 111011 11010 10101 101000111 110100 110111

Color Harmonies of #C95294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95294

Black with #C95294

Text Example


Text Example

White with #C95294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95294; }

 p { color: rgb(201,82,148); }

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

background-color css

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

 a { background-color: rgb(201,82,148); }

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

border-color css

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

 span { border-color: rgb(201,82,148); }

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