Html Css Color HEX #C94CA7 Mulberry

📋 copy color: '#C94CA7'

red 201 ◦ green 76 ◦ blue 167

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

Shades of Mulberry #C94CA7

Tints of Mulberry #C94CA7

RGB

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

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

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

R = 45.27%
G = 17.12%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C94CA7 (or 0xC94CA7) is known color: Mulberry. HEX triplet: C9, 4C and A7. RGB value is (201,76,167). Sum of RGB (Red+Green+Blue) = 201+76+167=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94CA7 is #36B358. Grayscale: #7B7B7B. Windows color (decimal): -3584857 or 10964169. OLE color: 10964169.

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

Color convert

RGB 201 76 167 -
CMYK 0 0.62 0.17 0.21
HSL 316.32º 0.54% 0.54% -
HSV(B) 316.32º 0.62% 0.79% -
XYZ 33.65 20.38 38.72 -
YUV 123.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 201 76 167 0 0.62 0.17 0.21 316.32 0.54 0.54
Hex C9 4C A7 0 3E 11 15 13C 36 36
Octal 311 114 247 0 76 21 25 474 66 66
Binary 11001001 1001100 10100111 0 111110 10001 10101 100111100 110110 110110

Color Harmonies of #C94CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CA7

Black with #C94CA7

Text Example


Text Example

White with #C94CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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