Html Css Color HEX #C74AC5 Fuchsia

📋 copy color: '#C74AC5'

red 199 ◦ green 74 ◦ blue 197

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

Shades of Fuchsia #C74AC5

Tints of Fuchsia #C74AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.91%

R = 42.34%
G = 15.74%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C74AC5 (or 0xC74AC5) is known color: Fuchsia. HEX triplet: C7, 4A and C5. RGB value is (199,74,197). Sum of RGB (Red+Green+Blue) = 199+74+197=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AC5 is #38B53A. Grayscale: #7D7D7D. Windows color (decimal): -3716411 or 12929735. OLE color: 12929735.

HSL color Cylindrical-coordinate representation of color #C74AC5: hue angle of 300.96º 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 #C74AC5 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 74 197 -
CMYK 0 0.63 0.01 0.22
HSL 300.96º 0.53% 0.54% -
HSV(B) 300.96º 0.63% 0.78% -
XYZ 36.08 21.07 54.99 -
YUV 125.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 199 74 197 0 0.63 0.01 0.22 300.96 0.53 0.54
Hex C7 4A C5 0 3F 1 16 12D 35 36
Octal 307 112 305 0 77 1 26 455 65 66
Binary 11000111 1001010 11000101 0 111111 1 10110 100101101 110101 110110

Color Harmonies of #C74AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AC5

Black with #C74AC5

Text Example


Text Example

White with #C74AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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