Html Css Color HEX #C94FA7 Mulberry

📋 copy color: '#C94FA7'

red 201 ◦ green 79 ◦ blue 167

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

Shades of Mulberry #C94FA7

Tints of Mulberry #C94FA7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

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

R = 44.97%
G = 17.67%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C94FA7 (or 0xC94FA7) is known color: Mulberry. HEX triplet: C9, 4F and A7. RGB value is (201,79,167). Sum of RGB (Red+Green+Blue) = 201+79+167=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94FA7 is #36B058. Grayscale: #7D7D7D. Windows color (decimal): -3584089 or 10964937. OLE color: 10964937.

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

Color convert

RGB 201 79 167 -
CMYK 0 0.61 0.17 0.21
HSL 316.72º 0.53% 0.55% -
HSV(B) 316.72º 0.61% 0.79% -
XYZ 33.86 20.8 38.79 -
YUV 125.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 201 79 167 0 0.61 0.17 0.21 316.72 0.53 0.55
Hex C9 4F A7 0 3D 11 15 13D 35 37
Octal 311 117 247 0 75 21 25 475 65 67
Binary 11001001 1001111 10100111 0 111101 10001 10101 100111101 110101 110111

Color Harmonies of #C94FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94FA7

Black with #C94FA7

Text Example


Text Example

White with #C94FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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