Html Css Color HEX #C14BC1 Fuchsia

📋 copy color: '#C14BC1'

red 193 ◦ green 75 ◦ blue 193

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

Shades of Fuchsia #C14BC1

Tints of Fuchsia #C14BC1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.27%

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 41.87%
G = 16.27%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C14BC1 (or 0xC14BC1) is known color: Fuchsia. HEX triplet: C1, 4B and C1. RGB value is (193,75,193). Sum of RGB (Red+Green+Blue) = 193+75+193=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C14BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BC1 is #3EB43E. Grayscale: #7B7B7B. Windows color (decimal): -4109375 or 12667841. OLE color: 12667841.

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

Color convert

RGB 193 75 193 -
CMYK 0 0.61 0 0.24
HSL 300º 0.49% 0.53% -
HSV(B) 300º 0.61% 0.76% -
XYZ 34.13 20.22 52.56 -
YUV 123.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 193 75 193 0 0.61 0 0.24 300 0.49 0.53
Hex C1 4B C1 0 3D 0 18 12C 31 35
Octal 301 113 301 0 75 0 30 454 61 65
Binary 11000001 1001011 11000001 0 111101 0 11000 100101100 110001 110101

Color Harmonies of #C14BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BC1

Black with #C14BC1

Text Example


Text Example

White with #C14BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BC1; }

 p { color: rgb(193,75,193); }

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

background-color css

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

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

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

border-color css

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

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

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