Html Css Color HEX #C74FAF Fuchsia

📋 copy color: '#C74FAF'

red 199 ◦ green 79 ◦ blue 175

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

Shades of Fuchsia #C74FAF

Tints of Fuchsia #C74FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 43.93%
G = 17.44%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C74FAF (or 0xC74FAF) is known color: Fuchsia. HEX triplet: C7, 4F and AF. RGB value is (199,79,175). Sum of RGB (Red+Green+Blue) = 199+79+175=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FAF is #38B050. Grayscale: #7D7D7D. Windows color (decimal): -3715153 or 11489223. OLE color: 11489223.

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

Color convert

RGB 199 79 175 -
CMYK 0 0.60 0.12 0.22
HSL 312º 0.52% 0.55% -
HSV(B) 312º 0.6% 0.78% -
XYZ 34.09 20.83 42.78 -
YUV 125.82 155.76 180.19 -
System Red Green Blue C M Y K H S L
Decimal 199 79 175 0 0.60 0.12 0.22 312 0.52 0.55
Hex C7 4F AF 0 3C C 16 138 34 37
Octal 307 117 257 0 74 14 26 470 64 67
Binary 11000111 1001111 10101111 0 111100 1100 10110 100111000 110100 110111

Color Harmonies of #C74FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FAF

Black with #C74FAF

Text Example


Text Example

White with #C74FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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