Html Css Color HEX #C74FA4 Mulberry

📋 copy color: '#C74FA4'

red 199 ◦ green 79 ◦ blue 164

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

Shades of Mulberry #C74FA4

Tints of Mulberry #C74FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 45.02%
G = 17.87%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C74FA4 (or 0xC74FA4) is known color: Mulberry. HEX triplet: C7, 4F and A4. RGB value is (199,79,164). Sum of RGB (Red+Green+Blue) = 199+79+164=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FA4 is #38B05B. Grayscale: #7C7C7C. Windows color (decimal): -3715164 or 10768327. OLE color: 10768327.

HSL color Cylindrical-coordinate representation of color #C74FA4: hue angle of 317.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 #C74FA4 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 79 164 -
CMYK 0 0.60 0.18 0.22
HSL 317.5º 0.52% 0.55% -
HSV(B) 317.5º 0.6% 0.78% -
XYZ 33.05 20.41 37.32 -
YUV 124.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 199 79 164 0 0.60 0.18 0.22 317.5 0.52 0.55
Hex C7 4F A4 0 3C 12 16 13E 34 37
Octal 307 117 244 0 74 22 26 476 64 67
Binary 11000111 1001111 10100100 0 111100 10010 10110 100111110 110100 110111

Color Harmonies of #C74FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FA4

Black with #C74FA4

Text Example


Text Example

White with #C74FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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