Html Css Color HEX #C94CA1 Mulberry

📋 copy color: '#C94CA1'

red 201 ◦ green 76 ◦ blue 161

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

Shades of Mulberry #C94CA1

Tints of Mulberry #C94CA1

RGB

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

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

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

R = 45.89%
G = 17.35%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C94CA1 (or 0xC94CA1) is known color: Mulberry. HEX triplet: C9, 4C and A1. RGB value is (201,76,161). Sum of RGB (Red+Green+Blue) = 201+76+161=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94CA1 is #36B35E. Grayscale: #7A7A7A. Windows color (decimal): -3584863 or 10570953. OLE color: 10570953.

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

Color convert

RGB 201 76 161 -
CMYK 0 0.62 0.20 0.21
HSL 319.2º 0.54% 0.54% -
HSV(B) 319.2º 0.62% 0.79% -
XYZ 33.1 20.16 35.86 -
YUV 123.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 201 76 161 0 0.62 0.20 0.21 319.2 0.54 0.54
Hex C9 4C A1 0 3E 14 15 13F 36 36
Octal 311 114 241 0 76 24 25 477 66 66
Binary 11001001 1001100 10100001 0 111110 10100 10101 100111111 110110 110110

Color Harmonies of #C94CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CA1

Black with #C94CA1

Text Example


Text Example

White with #C94CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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