Html Css Color HEX #C74F96 Mulberry

📋 copy color: '#C74F96'

red 199 ◦ green 79 ◦ blue 150

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

Shades of Mulberry #C74F96

Tints of Mulberry #C74F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.46%

 BLUE value IS 150 (58.98% from 255) = 35.05%

R = 46.5%
G = 18.46%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C74F96 (or 0xC74F96) is known color: Mulberry. HEX triplet: C7, 4F and 96. RGB value is (199,79,150). Sum of RGB (Red+Green+Blue) = 199+79+150=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74F96 is #38B069. Grayscale: #7A7A7A. Windows color (decimal): -3715178 or 9850823. OLE color: 9850823.

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

Color convert

RGB 199 79 150 -
CMYK 0 0.60 0.25 0.22
HSL 324.5º 0.52% 0.55% -
HSV(B) 324.5º 0.6% 0.78% -
XYZ 31.85 19.94 31.02 -
YUV 122.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 199 79 150 0 0.60 0.25 0.22 324.5 0.52 0.55
Hex C7 4F 96 0 3C 19 16 144 34 37
Octal 307 117 226 0 74 31 26 504 64 67
Binary 11000111 1001111 10010110 0 111100 11001 10110 101000100 110100 110111

Color Harmonies of #C74F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74F96

Black with #C74F96

Text Example


Text Example

White with #C74F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74F96; }

 p { color: rgb(199,79,150); }

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

background-color css

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

 a { background-color: rgb(199,79,150); }

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

border-color css

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

 span { border-color: rgb(199,79,150); }

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