Html Css Color HEX #C74195 Mulberry

📋 copy color: '#C74195'

red 199 ◦ green 65 ◦ blue 149

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

Shades of Mulberry #C74195

Tints of Mulberry #C74195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.74%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 48.18%
G = 15.74%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C74195 (or 0xC74195) is known color: Mulberry. HEX triplet: C7, 41 and 95. RGB value is (199,65,149). Sum of RGB (Red+Green+Blue) = 199+65+149=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C74195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74195 is #38BE6A. Grayscale: #727272. Windows color (decimal): -3718763 or 9781703. OLE color: 9781703.

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

Color convert

RGB 199 65 149 -
CMYK 0 0.67 0.25 0.22
HSL 322.39º 0.54% 0.52% -
HSV(B) 322.39º 0.67% 0.78% -
XYZ 30.87 18.09 30.3 -
YUV 114.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 199 65 149 0 0.67 0.25 0.22 322.39 0.54 0.52
Hex C7 41 95 0 43 19 16 142 36 34
Octal 307 101 225 0 103 31 26 502 66 64
Binary 11000111 1000001 10010101 0 1000011 11001 10110 101000010 110110 110100

Color Harmonies of #C74195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74195

Black with #C74195

Text Example


Text Example

White with #C74195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74195; }

 p { color: rgb(199,65,149); }

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

background-color css

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

 a { background-color: rgb(199,65,149); }

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

border-color css

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

 span { border-color: rgb(199,65,149); }

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