Html Css Color HEX #C94592 Mulberry

📋 copy color: '#C94592'

red 201 ◦ green 69 ◦ blue 146

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

Shades of Mulberry #C94592

Tints of Mulberry #C94592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.59%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 48.32%
G = 16.59%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C94592 (or 0xC94592) is known color: Mulberry. HEX triplet: C9, 45 and 92. RGB value is (201,69,146). Sum of RGB (Red+Green+Blue) = 201+69+146=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C94592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94592 is #36BA6D. Grayscale: #757575. Windows color (decimal): -3586670 or 9586121. OLE color: 9586121.

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

Color convert

RGB 201 69 146 -
CMYK 0 0.66 0.27 0.21
HSL 325º 0.55% 0.53% -
HSV(B) 325º 0.66% 0.79% -
XYZ 31.4 18.75 29.16 -
YUV 117.25 144.23 187.74 -
System Red Green Blue C M Y K H S L
Decimal 201 69 146 0 0.66 0.27 0.21 325 0.55 0.53
Hex C9 45 92 0 42 1B 15 145 37 35
Octal 311 105 222 0 102 33 25 505 67 65
Binary 11001001 1000101 10010010 0 1000010 11011 10101 101000101 110111 110101

Color Harmonies of #C94592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94592

Black with #C94592

Text Example


Text Example

White with #C94592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94592; }

 p { color: rgb(201,69,146); }

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

background-color css

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

 a { background-color: rgb(201,69,146); }

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

border-color css

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

 span { border-color: rgb(201,69,146); }

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