Html Css Color HEX #C94194 Mulberry

📋 copy color: '#C94194'

red 201 ◦ green 65 ◦ blue 148

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

Shades of Mulberry #C94194

Tints of Mulberry #C94194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 48.55%
G = 15.7%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C94194 (or 0xC94194) is known color: Mulberry. HEX triplet: C9, 41 and 94. RGB value is (201,65,148). Sum of RGB (Red+Green+Blue) = 201+65+148=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C94194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94194 is #36BE6B. Grayscale: #727272. Windows color (decimal): -3587692 or 9716169. OLE color: 9716169.

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

Color convert

RGB 201 65 148 -
CMYK 0 0.68 0.26 0.21
HSL 323.38º 0.56% 0.52% -
HSV(B) 323.38º 0.68% 0.79% -
XYZ 31.32 18.34 29.91 -
YUV 115.13 146.56 189.25 -
System Red Green Blue C M Y K H S L
Decimal 201 65 148 0 0.68 0.26 0.21 323.38 0.56 0.52
Hex C9 41 94 0 44 1A 15 143 38 34
Octal 311 101 224 0 104 32 25 503 70 64
Binary 11001001 1000001 10010100 0 1000100 11010 10101 101000011 111000 110100

Color Harmonies of #C94194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94194

Black with #C94194

Text Example


Text Example

White with #C94194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94194; }

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

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

background-color css

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

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

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

border-color css

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

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

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