Html Css Color HEX #C74FCE Fuchsia

📋 copy color: '#C74FCE'

red 199 ◦ green 79 ◦ blue 206

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

Shades of Fuchsia #C74FCE

Tints of Fuchsia #C74FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 41.12%
G = 16.32%
B = 42.56%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C74FCE (or 0xC74FCE) is known color: Fuchsia. HEX triplet: C7, 4F and CE. RGB value is (199,79,206). Sum of RGB (Red+Green+Blue) = 199+79+206=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #C74FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FCE is #38B031. Grayscale: #808080. Windows color (decimal): -3715122 or 13520839. OLE color: 13520839.

HSL color Cylindrical-coordinate representation of color #C74FCE: hue angle of 296.69º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74FCE is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 79 206 -
CMYK 0.03 0.62 0 0.19
HSL 296.69º 0.56% 0.56% -
HSV(B) 296.69º 0.62% 0.81% -
XYZ 37.49 22.19 60.7 -
YUV 129.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 199 79 206 0.03 0.62 0 0.19 296.69 0.56 0.56
Hex C7 4F CE 3 3E 0 13 129 38 38
Octal 307 117 316 3 76 0 23 451 70 70
Binary 11000111 1001111 11001110 11 111110 0 10011 100101001 111000 111000

Color Harmonies of #C74FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FCE

Black with #C74FCE

Text Example


Text Example

White with #C74FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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