Html Css Color HEX #C74090 Mulberry

📋 copy color: '#C74090'

red 199 ◦ green 64 ◦ blue 144

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

Shades of Mulberry #C74090

Tints of Mulberry #C74090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 48.89%
G = 15.72%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C74090 (or 0xC74090) is known color: Mulberry. HEX triplet: C7, 40 and 90. RGB value is (199,64,144). Sum of RGB (Red+Green+Blue) = 199+64+144=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C74090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74090 is #38BF6F. Grayscale: #717171. Windows color (decimal): -3719024 or 9453767. OLE color: 9453767.

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

Color convert

RGB 199 64 144 -
CMYK 0 0.68 0.28 0.22
HSL 324.44º 0.55% 0.52% -
HSV(B) 324.44º 0.68% 0.78% -
XYZ 30.42 17.82 28.22 -
YUV 113.49 145.23 189 -
System Red Green Blue C M Y K H S L
Decimal 199 64 144 0 0.68 0.28 0.22 324.44 0.55 0.52
Hex C7 40 90 0 44 1C 16 144 37 34
Octal 307 100 220 0 104 34 26 504 67 64
Binary 11000111 1000000 10010000 0 1000100 11100 10110 101000100 110111 110100

Color Harmonies of #C74090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74090

Black with #C74090

Text Example


Text Example

White with #C74090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74090; }

 p { color: rgb(199,64,144); }

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

background-color css

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

 a { background-color: rgb(199,64,144); }

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

border-color css

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

 span { border-color: rgb(199,64,144); }

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