Html Css Color HEX #C14FC0 Fuchsia

📋 copy color: '#C14FC0'

red 193 ◦ green 79 ◦ blue 192

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

Shades of Fuchsia #C14FC0

Tints of Fuchsia #C14FC0

RGB

 RED value IS 193 (75.78% from 255) = 41.59%

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

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 41.59%
G = 17.03%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C14FC0 (or 0xC14FC0) is known color: Fuchsia. HEX triplet: C1, 4F and C0. RGB value is (193,79,192). Sum of RGB (Red+Green+Blue) = 193+79+192=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FC0 is #3EB03F. Grayscale: #7D7D7D. Windows color (decimal): -4108352 or 12603329. OLE color: 12603329.

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

Color convert

RGB 193 79 192 -
CMYK 0 0.59 0.01 0.24
HSL 300.53º 0.48% 0.53% -
HSV(B) 300.53º 0.59% 0.76% -
XYZ 34.3 20.74 52.06 -
YUV 125.97 165.27 175.81 -
System Red Green Blue C M Y K H S L
Decimal 193 79 192 0 0.59 0.01 0.24 300.53 0.48 0.53
Hex C1 4F C0 0 3B 1 18 12D 30 35
Octal 301 117 300 0 73 1 30 455 60 65
Binary 11000001 1001111 11000000 0 111011 1 11000 100101101 110000 110101

Color Harmonies of #C14FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FC0

Black with #C14FC0

Text Example


Text Example

White with #C14FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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