Html Css Color HEX #C14DC0 Fuchsia

📋 copy color: '#C14DC0'

red 193 ◦ green 77 ◦ blue 192

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

Shades of Fuchsia #C14DC0

Tints of Fuchsia #C14DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

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

R = 41.77%
G = 16.67%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C14DC0 (or 0xC14DC0) is known color: Fuchsia. HEX triplet: C1, 4D and C0. RGB value is (193,77,192). Sum of RGB (Red+Green+Blue) = 193+77+192=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DC0 is #3EB23F. Grayscale: #7C7C7C. Windows color (decimal): -4108864 or 12602817. OLE color: 12602817.

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

Color convert

RGB 193 77 192 -
CMYK 0 0.60 0.01 0.24
HSL 300.52º 0.48% 0.53% -
HSV(B) 300.52º 0.6% 0.76% -
XYZ 34.16 20.45 52.02 -
YUV 124.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 193 77 192 0 0.60 0.01 0.24 300.52 0.48 0.53
Hex C1 4D C0 0 3C 1 18 12D 30 35
Octal 301 115 300 0 74 1 30 455 60 65
Binary 11000001 1001101 11000000 0 111100 1 11000 100101101 110000 110101

Color Harmonies of #C14DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DC0

Black with #C14DC0

Text Example


Text Example

White with #C14DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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