Html Css Color HEX #C94C97 Mulberry

📋 copy color: '#C94C97'

red 201 ◦ green 76 ◦ blue 151

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

Shades of Mulberry #C94C97

Tints of Mulberry #C94C97

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

 BLUE value IS 151 (59.38% from 255) = 35.28%

R = 46.96%
G = 17.76%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C94C97 (or 0xC94C97) is known color: Mulberry. HEX triplet: C9, 4C and 97. RGB value is (201,76,151). Sum of RGB (Red+Green+Blue) = 201+76+151=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C97 is #36B368. Grayscale: #797979. Windows color (decimal): -3584873 or 9915593. OLE color: 9915593.

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

Color convert

RGB 201 76 151 -
CMYK 0 0.62 0.25 0.21
HSL 324º 0.54% 0.54% -
HSV(B) 324º 0.62% 0.79% -
XYZ 32.26 19.82 31.4 -
YUV 121.93 144.41 184.4 -
System Red Green Blue C M Y K H S L
Decimal 201 76 151 0 0.62 0.25 0.21 324 0.54 0.54
Hex C9 4C 97 0 3E 19 15 144 36 36
Octal 311 114 227 0 76 31 25 504 66 66
Binary 11001001 1001100 10010111 0 111110 11001 10101 101000100 110110 110110

Color Harmonies of #C94C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C97

Black with #C94C97

Text Example


Text Example

White with #C94C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C97; }

 p { color: rgb(201,76,151); }

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

background-color css

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

 a { background-color: rgb(201,76,151); }

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

border-color css

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

 span { border-color: rgb(201,76,151); }

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