Html Css Color HEX #C74CAC Fuchsia

📋 copy color: '#C74CAC'

red 199 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #C74CAC

Tints of Fuchsia #C74CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17%

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 44.52%
G = 17%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C74CAC (or 0xC74CAC) is known color: Fuchsia. HEX triplet: C7, 4C and AC. RGB value is (199,76,172). Sum of RGB (Red+Green+Blue) = 199+76+172=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74CAC is #38B353. Grayscale: #7B7B7B. Windows color (decimal): -3715924 or 11291847. OLE color: 11291847.

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

Color convert

RGB 199 76 172 -
CMYK 0 0.62 0.14 0.22
HSL 313.17º 0.52% 0.54% -
HSV(B) 313.17º 0.62% 0.78% -
XYZ 33.58 20.29 41.18 -
YUV 123.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 199 76 172 0 0.62 0.14 0.22 313.17 0.52 0.54
Hex C7 4C AC 0 3E E 16 139 34 36
Octal 307 114 254 0 76 16 26 471 64 66
Binary 11000111 1001100 10101100 0 111110 1110 10110 100111001 110100 110110

Color Harmonies of #C74CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CAC

Black with #C74CAC

Text Example


Text Example

White with #C74CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CAC; }

 p { color: rgb(199,76,172); }

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

background-color css

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

 a { background-color: rgb(199,76,172); }

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

border-color css

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

 span { border-color: rgb(199,76,172); }

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