Html Css Color HEX #C74FBF Fuchsia

📋 copy color: '#C74FBF'

red 199 ◦ green 79 ◦ blue 191

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

Shades of Fuchsia #C74FBF

Tints of Fuchsia #C74FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 42.43%
G = 16.84%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C74FBF (or 0xC74FBF) is known color: Fuchsia. HEX triplet: C7, 4F and BF. RGB value is (199,79,191). Sum of RGB (Red+Green+Blue) = 199+79+191=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FBF is #38B040. Grayscale: #7F7F7F. Windows color (decimal): -3715137 or 12537799. OLE color: 12537799.

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

Color convert

RGB 199 79 191 -
CMYK 0 0.60 0.04 0.22
HSL 304º 0.52% 0.55% -
HSV(B) 304º 0.6% 0.78% -
XYZ 35.75 21.5 51.55 -
YUV 127.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 199 79 191 0 0.60 0.04 0.22 304 0.52 0.55
Hex C7 4F BF 0 3C 4 16 130 34 37
Octal 307 117 277 0 74 4 26 460 64 67
Binary 11000111 1001111 10111111 0 111100 100 10110 100110000 110100 110111

Color Harmonies of #C74FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FBF

Black with #C74FBF

Text Example


Text Example

White with #C74FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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