Html Css Color HEX #C74E8A Mulberry

📋 copy color: '#C74E8A'

red 199 ◦ green 78 ◦ blue 138

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

Shades of Mulberry #C74E8A

Tints of Mulberry #C74E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.8%

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 47.95%
G = 18.8%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C74E8A (or 0xC74E8A) is known color: Mulberry. HEX triplet: C7, 4E and 8A. RGB value is (199,78,138). Sum of RGB (Red+Green+Blue) = 199+78+138=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E8A is #38B175. Grayscale: #787878. Windows color (decimal): -3715446 or 9064135. OLE color: 9064135.

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

Color convert

RGB 199 78 138 -
CMYK 0 0.61 0.31 0.22
HSL 330.25º 0.52% 0.54% -
HSV(B) 330.25º 0.61% 0.78% -
XYZ 30.87 19.43 26.17 -
YUV 121.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 199 78 138 0 0.61 0.31 0.22 330.25 0.52 0.54
Hex C7 4E 8A 0 3D 1F 16 14A 34 36
Octal 307 116 212 0 75 37 26 512 64 66
Binary 11000111 1001110 10001010 0 111101 11111 10110 101001010 110100 110110

Color Harmonies of #C74E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E8A

Black with #C74E8A

Text Example


Text Example

White with #C74E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E8A; }

 p { color: rgb(199,78,138); }

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

background-color css

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

 a { background-color: rgb(199,78,138); }

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

border-color css

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

 span { border-color: rgb(199,78,138); }

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