Html Css Color HEX #C94182 Mulberry

📋 copy color: '#C94182'

red 201 ◦ green 65 ◦ blue 130

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

Shades of Mulberry #C94182

Tints of Mulberry #C94182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 50.76%
G = 16.41%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C94182 (or 0xC94182) is known color: Mulberry. HEX triplet: C9, 41 and 82. RGB value is (201,65,130). Sum of RGB (Red+Green+Blue) = 201+65+130=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C94182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94182 is #36BE7D. Grayscale: #707070. Windows color (decimal): -3587710 or 8536521. OLE color: 8536521.

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

Color convert

RGB 201 65 130 -
CMYK 0 0.68 0.35 0.21
HSL 331.32º 0.56% 0.52% -
HSV(B) 331.32º 0.68% 0.79% -
XYZ 30.01 17.81 22.98 -
YUV 113.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 201 65 130 0 0.68 0.35 0.21 331.32 0.56 0.52
Hex C9 41 82 0 44 23 15 14B 38 34
Octal 311 101 202 0 104 43 25 513 70 64
Binary 11001001 1000001 10000010 0 1000100 100011 10101 101001011 111000 110100

Color Harmonies of #C94182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94182

Black with #C94182

Text Example


Text Example

White with #C94182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94182; }

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

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

background-color css

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

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

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

border-color css

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

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

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