Html Css Color HEX #C14FC5 Fuchsia

📋 copy color: '#C14FC5'

red 193 ◦ green 79 ◦ blue 197

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

Shades of Fuchsia #C14FC5

Tints of Fuchsia #C14FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42%

R = 41.15%
G = 16.84%
B = 42%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C14FC5 (or 0xC14FC5) is known color: Fuchsia. HEX triplet: C1, 4F and C5. RGB value is (193,79,197). Sum of RGB (Red+Green+Blue) = 193+79+197=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #C14FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FC5 is #3EB03A. Grayscale: #7E7E7E. Windows color (decimal): -4108347 or 12931009. OLE color: 12931009.

HSL color Cylindrical-coordinate representation of color #C14FC5: hue angle of 297.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14FC5 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 79 197 -
CMYK 0.02 0.60 0 0.23
HSL 297.97º 0.5% 0.54% -
HSV(B) 297.97º 0.6% 0.77% -
XYZ 34.87 20.96 55.03 -
YUV 126.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 193 79 197 0.02 0.60 0 0.23 297.97 0.5 0.54
Hex C1 4F C5 2 3C 0 17 12A 32 36
Octal 301 117 305 2 74 0 27 452 62 66
Binary 11000001 1001111 11000101 10 111100 0 10111 100101010 110010 110110

Color Harmonies of #C14FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FC5

Black with #C14FC5

Text Example


Text Example

White with #C14FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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