Html Css Color HEX #C94F93 Mulberry

📋 copy color: '#C94F93'

red 201 ◦ green 79 ◦ blue 147

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

Shades of Mulberry #C94F93

Tints of Mulberry #C94F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 47.07%
G = 18.5%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C94F93 (or 0xC94F93) is known color: Mulberry. HEX triplet: C9, 4F and 93. RGB value is (201,79,147). Sum of RGB (Red+Green+Blue) = 201+79+147=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94F93 is #36B06C. Grayscale: #7B7B7B. Windows color (decimal): -3584109 or 9654217. OLE color: 9654217.

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

Color convert

RGB 201 79 147 -
CMYK 0 0.61 0.27 0.21
HSL 326.56º 0.53% 0.55% -
HSV(B) 326.56º 0.61% 0.79% -
XYZ 32.15 20.12 29.79 -
YUV 123.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 201 79 147 0 0.61 0.27 0.21 326.56 0.53 0.55
Hex C9 4F 93 0 3D 1B 15 147 35 37
Octal 311 117 223 0 75 33 25 507 65 67
Binary 11001001 1001111 10010011 0 111101 11011 10101 101000111 110101 110111

Color Harmonies of #C94F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F93

Black with #C94F93

Text Example


Text Example

White with #C94F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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