Html Css Color HEX #C14CBA Fuchsia

📋 copy color: '#C14CBA'

red 193 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #C14CBA

Tints of Fuchsia #C14CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.7%

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 42.42%
G = 16.7%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C14CBA (or 0xC14CBA) is known color: Fuchsia. HEX triplet: C1, 4C and BA. RGB value is (193,76,186). Sum of RGB (Red+Green+Blue) = 193+76+186=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CBA is #3EB345. Grayscale: #7B7B7B. Windows color (decimal): -4109126 or 12209345. OLE color: 12209345.

HSL color Cylindrical-coordinate representation of color #C14CBA: hue angle of 303.59º 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 #C14CBA is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 76 186 -
CMYK 0 0.61 0.04 0.24
HSL 303.59º 0.49% 0.53% -
HSV(B) 303.59º 0.61% 0.76% -
XYZ 33.44 20.05 48.56 -
YUV 123.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 193 76 186 0 0.61 0.04 0.24 303.59 0.49 0.53
Hex C1 4C BA 0 3D 4 18 130 31 35
Octal 301 114 272 0 75 4 30 460 61 65
Binary 11000001 1001100 10111010 0 111101 100 11000 100110000 110001 110101

Color Harmonies of #C14CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CBA

Black with #C14CBA

Text Example


Text Example

White with #C14CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CBA; }

 p { color: rgb(193,76,186); }

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

background-color css

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

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

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

border-color css

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

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

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