Html Css Color HEX #C74ACF Fuchsia

📋 copy color: '#C74ACF'

red 199 ◦ green 74 ◦ blue 207

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

Shades of Fuchsia #C74ACF

Tints of Fuchsia #C74ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 41.46%
G = 15.42%
B = 43.13%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C74ACF (or 0xC74ACF) is known color: Fuchsia. HEX triplet: C7, 4A and CF. RGB value is (199,74,207). Sum of RGB (Red+Green+Blue) = 199+74+207=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C74ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ACF is #38B530. Grayscale: #7E7E7E. Windows color (decimal): -3716401 or 13585095. OLE color: 13585095.

HSL color Cylindrical-coordinate representation of color #C74ACF: hue angle of 296.39º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74ACF is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 74 207 -
CMYK 0.04 0.64 0 0.19
HSL 296.39º 0.58% 0.55% -
HSV(B) 296.39º 0.64% 0.81% -
XYZ 37.26 21.54 61.23 -
YUV 126.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 199 74 207 0.04 0.64 0 0.19 296.39 0.58 0.55
Hex C7 4A CF 4 40 0 13 128 3A 37
Octal 307 112 317 4 100 0 23 450 72 67
Binary 11000111 1001010 11001111 100 1000000 0 10011 100101000 111010 110111

Color Harmonies of #C74ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74ACF

Black with #C74ACF

Text Example


Text Example

White with #C74ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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