Html Css Color HEX #C74AA3 Mulberry

📋 copy color: '#C74AA3'

red 199 ◦ green 74 ◦ blue 163

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

Shades of Mulberry #C74AA3

Tints of Mulberry #C74AA3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

 BLUE value IS 163 (64.06% from 255) = 37.39%

R = 45.64%
G = 16.97%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C74AA3 (or 0xC74AA3) is known color: Mulberry. HEX triplet: C7, 4A and A3. RGB value is (199,74,163). Sum of RGB (Red+Green+Blue) = 199+74+163=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AA3 is #38B55C. Grayscale: #797979. Windows color (decimal): -3716445 or 10701511. OLE color: 10701511.

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

Color convert

RGB 199 74 163 -
CMYK 0 0.63 0.18 0.22
HSL 317.28º 0.53% 0.54% -
HSV(B) 317.28º 0.63% 0.78% -
XYZ 32.61 19.68 36.73 -
YUV 121.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 199 74 163 0 0.63 0.18 0.22 317.28 0.53 0.54
Hex C7 4A A3 0 3F 12 16 13D 35 36
Octal 307 112 243 0 77 22 26 475 65 66
Binary 11000111 1001010 10100011 0 111111 10010 10110 100111101 110101 110110

Color Harmonies of #C74AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AA3

Black with #C74AA3

Text Example


Text Example

White with #C74AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AA3; }

 p { color: rgb(199,74,163); }

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

background-color css

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

 a { background-color: rgb(199,74,163); }

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

border-color css

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

 span { border-color: rgb(199,74,163); }

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