Html Css Color HEX #C74483 Mulberry

📋 copy color: '#C74483'

red 199 ◦ green 68 ◦ blue 131

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

Shades of Mulberry #C74483

Tints of Mulberry #C74483

RGB

 RED value IS 199 (78.13% from 255) = 50%

 GREEN value IS 68 (26.95% from 255) = 17.09%

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

R = 50%
G = 17.09%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C74483 (or 0xC74483) is known color: Mulberry. HEX triplet: C7, 44 and 83. RGB value is (199,68,131). Sum of RGB (Red+Green+Blue) = 199+68+131=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C74483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74483 is #38BB7C. Grayscale: #727272. Windows color (decimal): -3718013 or 8602823. OLE color: 8602823.

HSL color Cylindrical-coordinate representation of color #C74483: hue angle of 331.15º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74483 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 131 -
CMYK 0 0.66 0.34 0.22
HSL 331.15º 0.54% 0.52% -
HSV(B) 331.15º 0.66% 0.78% -
XYZ 29.72 17.92 23.36 -
YUV 114.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 199 68 131 0 0.66 0.34 0.22 331.15 0.54 0.52
Hex C7 44 83 0 42 22 16 14B 36 34
Octal 307 104 203 0 102 42 26 513 66 64
Binary 11000111 1000100 10000011 0 1000010 100010 10110 101001011 110110 110100

Color Harmonies of #C74483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74483

Black with #C74483

Text Example


Text Example

White with #C74483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74483; }

 p { color: rgb(199,68,131); }

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

background-color css

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

 a { background-color: rgb(199,68,131); }

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

border-color css

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

 span { border-color: rgb(199,68,131); }

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