Html Css Color HEX #C14ABB Fuchsia

📋 copy color: '#C14ABB'

red 193 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #C14ABB

Tints of Fuchsia #C14ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.3%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 42.51%
G = 16.3%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C14ABB (or 0xC14ABB) is known color: Fuchsia. HEX triplet: C1, 4A and BB. RGB value is (193,74,187). Sum of RGB (Red+Green+Blue) = 193+74+187=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C14ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ABB is #3EB544. Grayscale: #7A7A7A. Windows color (decimal): -4109637 or 12274369. OLE color: 12274369.

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

Color convert

RGB 193 74 187 -
CMYK 0 0.62 0.03 0.24
HSL 303.03º 0.49% 0.52% -
HSV(B) 303.03º 0.62% 0.76% -
XYZ 33.41 19.82 49.08 -
YUV 122.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 193 74 187 0 0.62 0.03 0.24 303.03 0.49 0.52
Hex C1 4A BB 0 3E 3 18 12F 31 34
Octal 301 112 273 0 76 3 30 457 61 64
Binary 11000001 1001010 10111011 0 111110 11 11000 100101111 110001 110100

Color Harmonies of #C14ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14ABB

Black with #C14ABB

Text Example


Text Example

White with #C14ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14ABB; }

 p { color: rgb(193,74,187); }

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

background-color css

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

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

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

border-color css

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

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

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