Html Css Color HEX #C94283 Mulberry

📋 copy color: '#C94283'

red 201 ◦ green 66 ◦ blue 131

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

Shades of Mulberry #C94283

Tints of Mulberry #C94283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.58%

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 50.5%
G = 16.58%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C94283 (or 0xC94283) is known color: Mulberry. HEX triplet: C9, 42 and 83. RGB value is (201,66,131). Sum of RGB (Red+Green+Blue) = 201+66+131=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C94283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94283 is #36BD7C. Grayscale: #717171. Windows color (decimal): -3587453 or 8602313. OLE color: 8602313.

HSL color Cylindrical-coordinate representation of color #C94283: hue angle of 331.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94283 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 131 -
CMYK 0 0.67 0.35 0.21
HSL 331.11º 0.56% 0.52% -
HSV(B) 331.11º 0.67% 0.79% -
XYZ 30.13 17.95 23.35 -
YUV 113.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 201 66 131 0 0.67 0.35 0.21 331.11 0.56 0.52
Hex C9 42 83 0 43 23 15 14B 38 34
Octal 311 102 203 0 103 43 25 513 70 64
Binary 11001001 1000010 10000011 0 1000011 100011 10101 101001011 111000 110100

Color Harmonies of #C94283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94283

Black with #C94283

Text Example


Text Example

White with #C94283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94283; }

 p { color: rgb(201,66,131); }

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

background-color css

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

 a { background-color: rgb(201,66,131); }

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

border-color css

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

 span { border-color: rgb(201,66,131); }

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