Html Css Color HEX #C04FC2 Fuchsia

📋 copy color: '#C04FC2'

red 192 ◦ green 79 ◦ blue 194

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

Shades of Fuchsia #C04FC2

Tints of Fuchsia #C04FC2

RGB

 RED value IS 192 (75.39% from 255) = 41.29%

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

 BLUE value IS 194 (76.17% from 255) = 41.72%

R = 41.29%
G = 16.99%
B = 41.72%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C04FC2 (or 0xC04FC2) is known color: Fuchsia. HEX triplet: C0, 4F and C2. RGB value is (192,79,194). Sum of RGB (Red+Green+Blue) = 192+79+194=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #C04FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FC2 is #3FB03D. Grayscale: #7D7D7D. Windows color (decimal): -4173886 or 12734400. OLE color: 12734400.

HSL color Cylindrical-coordinate representation of color #C04FC2: hue angle of 298.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FC2 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 79 194 -
CMYK 0.01 0.59 0 0.24
HSL 298.96º 0.49% 0.54% -
HSV(B) 298.96º 0.59% 0.76% -
XYZ 34.27 20.69 53.23 -
YUV 125.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 192 79 194 0.01 0.59 0 0.24 298.96 0.49 0.54
Hex C0 4F C2 1 3B 0 18 12B 31 36
Octal 300 117 302 1 73 0 30 453 61 66
Binary 11000000 1001111 11000010 1 111011 0 11000 100101011 110001 110110

Color Harmonies of #C04FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FC2

Black with #C04FC2

Text Example


Text Example

White with #C04FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FC2; }

 p { color: rgb(192,79,194); }

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

background-color css

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

 a { background-color: rgb(192,79,194); }

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

border-color css

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

 span { border-color: rgb(192,79,194); }

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