Html Css Color HEX #C941A7 Mulberry

📋 copy color: '#C941A7'

red 201 ◦ green 65 ◦ blue 167

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

Shades of Mulberry #C941A7

Tints of Mulberry #C941A7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

 BLUE value IS 167 (65.63% from 255) = 38.57%

R = 46.42%
G = 15.01%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C941A7 (or 0xC941A7) is known color: Mulberry. HEX triplet: C9, 41 and A7. RGB value is (201,65,167). Sum of RGB (Red+Green+Blue) = 201+65+167=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C941A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C941A7 is #36BE58. Grayscale: #757575. Windows color (decimal): -3587673 or 10961353. OLE color: 10961353.

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

Color convert

RGB 201 65 167 -
CMYK 0 0.68 0.17 0.21
HSL 315º 0.56% 0.52% -
HSV(B) 315º 0.68% 0.79% -
XYZ 32.95 18.99 38.49 -
YUV 117.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 201 65 167 0 0.68 0.17 0.21 315 0.56 0.52
Hex C9 41 A7 0 44 11 15 13B 38 34
Octal 311 101 247 0 104 21 25 473 70 64
Binary 11001001 1000001 10100111 0 1000100 10001 10101 100111011 111000 110100

Color Harmonies of #C941A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C941A7

Black with #C941A7

Text Example


Text Example

White with #C941A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C941A7; }

 p { color: rgb(201,65,167); }

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

background-color css

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

 a { background-color: rgb(201,65,167); }

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

border-color css

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

 span { border-color: rgb(201,65,167); }

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